File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 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 . -not -path ' ./node_modules/*' -type f -name ' *.json' -o -type f - name ' *.json.example' | while read json; do echo $json ; jq . $json; done " ,
22
+ "jsonlint" : " find . -type f - not -ipath \" ./node_modules/*\" \\ ( -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
"coverage" : " nyc mocha --require intelli-espower-loader --exit --recursive ./test" ,
You can’t perform that action at this time.
0 commit comments