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 1919 "dev" : " webpack --config webpack.dev.js --progress --colors --watch" ,
2020 "doctoc" : " doctoc --title='# Table of Contents' README.md" ,
2121 "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;'" ,
2323 "start" : " sequelize db:migrate && node app.js" ,
2424 "mocha" : " mocha --require intelli-espower-loader --exit ./test --recursive" ,
2525 "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