Skip to content

Commit 2b5b12f

Browse files
committed
Add a watch script
1 parent f8be493 commit 2b5b12f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"build:labextension": "rimraf lab-dist && mkdirp lab-dist && cd lab-dist && npm pack ..",
2121
"build:all": "npm run build:labextension",
2222
"prepare": "npm run autogen",
23-
"prepack": "npm run build:bundles-prod"
23+
"prepack": "npm run build:bundles-prod",
24+
"watch": "webpack -d -w"
2425
},
2526
"devDependencies": {
2627
"eslint": "^5.6.0",

0 commit comments

Comments
 (0)