mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) scripts: watch:test
This commit is contained in:
parent
af753bba8a
commit
6f0c50312b
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@
|
|||
"jscs": "jscs --esnext $npm_package_config_dirs",
|
||||
"legacy:jshint": "jshint --config legacy/.jshintrc $npm_package_config_dirs --exclude bin/release.js",
|
||||
"legacy:eslint": "eslint -c legacy/.eslintrc --rule 'no-console:0' $npm_package_config_dirs --ignore-path bin/release.js",
|
||||
"test": "tape test/**/*.js",
|
||||
"test": "tape 'test/**/*.js'",
|
||||
"watch:test": "nodemon -w lib -w test -x \"npm run test\"",
|
||||
"spell": "yaspeller .",
|
||||
"wisdom": "npm run docker:rm-old; bin/release.js",
|
||||
"postpublish": "redrun --parallel docker docker:alpine",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue