feature(package) codestyle: redrun --parallel -> redrun

This commit is contained in:
coderaiser 2016-05-12 20:54:39 +03:00
parent d4b79c40ae
commit f6f4ec33fb

View file

@ -44,7 +44,7 @@
"start": "node bin/cloudcmd.js",
"start:dev": "nodemon bin/cloudcmd.js",
"security": "nsp check",
"codestyle": "redrun --parallel lint:* jscs spell",
"codestyle": "redrun lint:* jscs spell",
"lint:css": "recess css/*.css",
"lint:style": "stylelint css/*.css",
"lint:js": "jshint $npm_package_config_dirs",