We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c607ee3 commit 847901cCopy full SHA for 847901c
package.json
@@ -10,7 +10,7 @@
10
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
11
"start": "npm run test:watch",
12
"test": "istanbul cover -x ./test _mocha -- -R spec test/tests/index.js --compilers js:babel/register",
13
- "test:watch": "nodemon -q --exec \"$(npm bin)/mocha test/tests/index.js --watch --compilers js:babel/register\" --"
+ "test:watch": "nodemon -q --ignore test/.tmp/ --ignore test/artifacts/ --ignore coverage/ --exec \"npm run test\" --"
14
},
15
"czConfig": {
16
"path": "./node_modules/cz-conventional-changelog"
0 commit comments