File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 "deps_check_dir" : " .deps_check"
1717 },
1818 "scripts" : {
19- "build" : " NODE_ENV=production webpack -p --config ./webpack.config.js" ,
20- "build-bundle" : " NODE_ENV=production webpack -p --config ./webpack.bundle.config.js" ,
19+ "build" : " cross-env NODE_ENV=production webpack -p --config ./webpack.config.js" ,
20+ "build-bundle" : " cross-env NODE_ENV=production webpack -p --config ./webpack.bundle.config.js" ,
2121 "watch" : " webpack --config webpack.config.js --watch --progress" ,
2222 "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" ,
23+ "just-test" : " cross-env NODE_ENV=test node ./node_modules/.bin/_mocha --recursive --compilers js:babel-core/register" ,
2424 "test:watch" : " npm run test -- -w" ,
2525 "lint" : " eslint src/ test/" ,
2626 "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" ,
4444 "babel-plugin-transform-runtime" : " 6.15.0" ,
4545 "babel-preset-es2015" : " ^6.22.0" ,
4646 "clone" : " ^2.1.0" ,
47+ "cross-env" : " ^5.0.5" ,
4748 "deepmerge" : " ^1.3.0" ,
4849 "eslint" : " ^3.18.0" ,
4950 "eslint-config-airbnb-base" : " ^11.1.1" ,
You can’t perform that action at this time.
0 commit comments