Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
chore(tooling): reorganize npm run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Mar 8, 2016
1 parent e218093 commit 0620a54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "npm run lint && npm run build:istanbul && npm run unit-test && npm run check-coverage",
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/ -- --recursive --timeout 4000 --compilers js:babel-register",
"unit-test:w": "node_modules/mocha/bin/_mocha tests/ --recursive --timeoutt 4000 --compilers js:babel-register --watch"
"unit-test:s": "node_modules/mocha/bin/_mocha tests/ --recursive --timeoutt 4000 --compilers js:babel-register",
"unit-test:w": "npm run unit-test:s -s -- --watch"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 0620a54

Please sign in to comment.