File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1919 "build" : " NODE_ENV=production webpack -p --config ./webpack.config.js" ,
2020 "build-bundle" : " NODE_ENV=production webpack -p --config ./webpack.bundle.config.js" ,
2121 "watch" : " webpack --config webpack.config.js --watch --progress" ,
22- "test" : " NODE_ENV=test node ./node_modules/.bin/_mocha --recursive --compilers js:babel-core/register" ,
22+ "test" : " npm run just-test && npm run lint" ,
23+ "just-test" : " NODE_ENV=test node ./node_modules/.bin/_mocha --recursive --compilers js:babel-core/register" ,
2324 "test:watch" : " npm run test -- -w" ,
2425 "lint" : " eslint src/ test/" ,
2526 "deps-license" : " license-checker --production --csv --out $npm_package_config_deps_check_dir/licenses.csv && license-checker --development --csv --out $npm_package_config_deps_check_dir/licenses-dev.csv" ,
You can’t perform that action at this time.
0 commit comments