Skip to content

Commit a572f50

Browse files
Added node-env specification to npm watch script (#8406)
#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.
1 parent 4c967d1 commit a572f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"tests:integration:debug": "DEBUG=true ./test/dockerized-integration-tests.sh",
6767
"compile": "webpack --node-env=development",
6868
"build": "webpack --node-env=production",
69-
"watch": "webpack --watch",
69+
"watch": "webpack --watch --progress --node-env=development",
7070
"postinstall": "node npm-postinstall.js"
7171
},
7272
"repository": {

0 commit comments

Comments
 (0)