Skip to content

Commit 9247b58

Browse files
committed
Adding sourcemap watch build to root package.json
1 parent 1fadd0d commit 9247b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"prepare": "lerna bootstrap && npm run build",
2121
"build": "lerna run build",
2222
"build:sourcemap": "lerna run build:sourcemap",
23+
"build:sourcemap:watch": "lerna run build:sourcemap:watch",
2324
"build:clean": "lerna run build:clean",
2425
"build:watch": "lerna run build:watch",
2526
"test": "lerna run test",

0 commit comments

Comments
 (0)