File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
"dev" : " webpack --config webpack.dev.js --progress --colors --watch" ,
20
20
"doctoc" : " doctoc --title='# Table of Contents' README.md" ,
21
21
"lint" : " standard" ,
22
- "jsonlint" : " find . -type f -not -ipath \" ./node_modules/*\" \\ ( -name \" *.json\" -o -name \" *.json.*\" \\ ) | xargs -n 1 -I{} -- bash -c 'echo {}; jq . {} > /dev/null;'" ,
22
+ "jsonlint" : " find . -type f -not -ipath \" ./node_modules/*\" -not -ipath \" ./.vscode/* \" \\ ( -name \" *.json\" -o -name \" *.json.*\" \\ ) | xargs -n 1 -I{} -- bash -c 'echo {}; jq . {} > /dev/null;'" ,
23
23
"start" : " sequelize db:migrate && node app.js" ,
24
24
"mocha" : " mocha --require intelli-espower-loader --exit ./test --recursive" ,
25
25
"mocha:ci" : " mocha --no-color -R dot --require intelli-espower-loader --exit ./test --recursive" ,
You can’t perform that action at this time.
0 commit comments