Skip to content

Commit 48657a8

Browse files
committed
chore: rename npm goal "watch" to "watch-build" to avoid ambiguity as now we also have "watch-test"
Note: this change might break existing scripts if they use "watch" goal. But I assume that there no such scripts.
1 parent 7002383 commit 48657a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"scripts": {
2525
"build": "webpack",
26-
"watch": "webpack --watch",
26+
"watch-build": "webpack --watch",
2727
"test": "jest",
2828
"watch-test": "jest --watch"
2929
},

0 commit comments

Comments
 (0)