feature(package) scripts: watch:test

This commit is contained in:
coderaiser 2016-10-26 17:30:19 +03:00
parent af753bba8a
commit 6f0c50312b

View file

@ -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",