Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"browserify": "^13.0.0",
"chai": "^3.3.0",
"chalk": "^1.1.1",
"concat-stream": "^1.5.1",
"concat-stream": "^2.0.0",
"es5-shim": "^4.5.7",
"eslint": "^1.10.3",
"jq-cli-wrapper": "*",
Expand Down Expand Up @@ -51,18 +51,14 @@
"lint": "eslint packages/*/src",
"tasks-pretest": "./scripts/test-task.sh pre",
"tasks-posttest": "./scripts/test-task.sh post",

"pretest": "npm run lint && npm run tasks-pretest",
"test": "mocha -- $(scripts/_get-test-directories.sh)",
"posttest": "npm run tasks-posttest",

"test-ci": "TEST_SKIP=alpastor npm test",

"pretest-cov": "npm run tasks-pretest",
"test-cov": "nyc -r text -r lcov _mocha -- $(scripts/_get-test-directories.sh)",
"posttest-cov": "npm run tasks-posttest && echo 'View results with `npm run test-cov-results`.'",
"test-cov-results": "(sleep 1; python3 -m webbrowser -t http://127.0.0.1:8123) & (cd coverage/lcov-report && python3 -m http.server 8123 -b 127.0.0.1)",

"publish": "git pull --ff-only && npm run build && npm test && lerna publish && npm run clean",
"install-potato": "< package.json jq -r '.potatoDependencies | to_entries[] | .key + \"@\" + .value' | xargs npm i"
},
Expand Down