We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fadd0d commit 9247b58Copy full SHA for 9247b58
package.json
@@ -20,6 +20,7 @@
20
"prepare": "lerna bootstrap && npm run build",
21
"build": "lerna run build",
22
"build:sourcemap": "lerna run build:sourcemap",
23
+ "build:sourcemap:watch": "lerna run build:sourcemap:watch",
24
"build:clean": "lerna run build:clean",
25
"build:watch": "lerna run build:watch",
26
"test": "lerna run test",
0 commit comments