File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
"test-single" : " env-cmd -f ./my.test.env mocha --require ./tests/hooks.js --exit ./tests/$TEST.test.js" ,
32
32
"test-ci" : " env-cmd -f ./tests/ci.test.env nyc --reporter=lcov --reporter=text-summary mocha --require ./tests/hooks.js --exit ./tests/*.test.js" ,
33
33
"env" : " env" ,
34
- "postinstall" : " webpack --mode production --config webpack/webpack.config.js && npm run-script generate-keys" ,
35
- "bundle" : " webpack --mode production --config webpack/webpack.config.js && npm run-script generate-keys" ,
36
- "bundle-dev" : " webpack --mode development --config webpack/webpack.config.js && npm run-script generate-keys" ,
34
+ "postinstall" : " webpack --mode production --config webpack/webpack.config.js && npm run-script post- generate-keys" ,
35
+ "bundle" : " webpack --mode production --config webpack/webpack.config.js && npm run-script post- generate-keys" ,
36
+ "bundle-dev" : " webpack --mode development --config webpack/webpack.config.js && npm run-script post- generate-keys" ,
37
37
"bundle-analyzer" : " webpack --mode development --config webpack/webpack.config.js --profile --json > stats.json && webpack-bundle-analyzer stats.json" ,
38
38
"post-generate-keys" : " node bin/generateRandomString.js >node_modules/.cache/_ns_cache/randomString" ,
39
39
"coverage" : " cat ./coverage/lcov.info | env-cmd -f ./tests/ci.test.env codacy-coverage || echo NO COVERAGE" ,
You can’t perform that action at this time.
0 commit comments