Skip to content

Commit

Permalink
remove logging from build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrio committed May 23, 2022
1 parent 8d04f2b commit 5c5dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"lint-non-build": "eslint 'test/**/*.{jsx,js}' '*.js'",
"start": "node prepare.js && webpack serve --env development --client-overlay --client-progress --progress",
"coverage": "node prepare.js && parallel-webpack --config=webpack.multi.js -m=0 -- --env.development --env.coverage",
"build": "node prepare.js && webpack build --env production --node-env production --mode production --progress",
"build": "node prepare.js && webpack build --env production --node-env production",
"analyze": "webpack --env production --env stats --profile --json > stats.json && webpack-bundle-analyzer stats.json public/assets/javascripts"
},
"engines": {
Expand Down

0 comments on commit 5c5dc94

Please sign in to comment.