Skip to content

Commit

Permalink
Added node-env specification to npm watch script (#8406)
Browse files Browse the repository at this point in the history
#8229 introduces a change which causes the npm run watch script to run in production mode.

Added a specifier so that it runs in development mode and I also added the --progress flag, which is very nice to have and useful to me.
  • Loading branch information
jeffersoncasimir committed Feb 24, 2023
1 parent 4c967d1 commit a572f50
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 @@ -66,7 +66,7 @@
"tests:integration:debug": "DEBUG=true ./test/dockerized-integration-tests.sh",
"compile": "webpack --node-env=development",
"build": "webpack --node-env=production",
"watch": "webpack --watch",
"watch": "webpack --watch --progress --node-env=development",
"postinstall": "node npm-postinstall.js"
},
"repository": {
Expand Down

0 comments on commit a572f50

Please sign in to comment.