Skip to content

Commit fa9f97f

Browse files
add build:watch script (#134)
--------- Co-authored-by: James Daniels <[email protected]>
1 parent bdf1fcc commit fa9f97f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"scripts": {
55
"build": "./scripts/build.js",
6+
"build:watch": "lerna watch -- lerna run build",
67
"test": "./scripts/test.js",
78
"publish": "./scripts/publish.js",
89
"lint": "eslint packages/* scripts/*",

0 commit comments

Comments
 (0)