Skip to content

Commit 80cfc07

Browse files
committed
Add test:watch target
1 parent 5ffccef commit 80cfc07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"lint:fix": "eslint . --fix",
3030
"pack:sonar": "npm pkg set main=\"./dist/rules.js\" && mkdirp dist/pack && yarn pack -o dist/pack/creedengo-eslint-plugin.tgz && npm pkg set main=\"./lib/standalone.js\"",
3131
"test": "mocha tests --recursive",
32+
"test:watch": "mocha tests --watch --recursive",
3233
"test:cov": "nyc --reporter=lcov --reporter=text mocha tests --recursive",
3334
"update:eslint-docs": "eslint-doc-generator"
3435
},

0 commit comments

Comments
 (0)