We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7002383 commit 48657a8Copy full SHA for 48657a8
src/main/frontend/package.json
@@ -23,7 +23,7 @@
23
},
24
"scripts": {
25
"build": "webpack",
26
- "watch": "webpack --watch",
+ "watch-build": "webpack --watch",
27
"test": "jest",
28
"watch-test": "jest --watch"
29
0 commit comments