mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(package) scripts: add security
This commit is contained in:
parent
02a061ff11
commit
e29e8b4264
2 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ node_js:
|
|||
|
||||
script:
|
||||
- npm run codestyle
|
||||
- npm run security
|
||||
- npm run coverage && npm run report
|
||||
|
||||
notifications:
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
"scripts": {
|
||||
"start": "node bin/cloudcmd.js",
|
||||
"start:dev": "nodemon bin/cloudcmd.js",
|
||||
"security": "nsp check",
|
||||
"codestyle": "npm-run-all --parallel lint:* jscs spell",
|
||||
"lint:css": "recess css/*.css",
|
||||
"lint:style": "stylelint css/*.css",
|
||||
|
|
@ -106,6 +107,7 @@
|
|||
"morgan": "^1.6.1",
|
||||
"nodemon": "^1.9.1",
|
||||
"npm-run-all": "^1.4.0",
|
||||
"nsp": "^2.2.1",
|
||||
"nyc": "^6.0.0",
|
||||
"place": "^1.1.4",
|
||||
"recess": "^1.1.9",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue