mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(package) codestyle: redrun --parallel -> redrun
This commit is contained in:
parent
d4b79c40ae
commit
f6f4ec33fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue