Skip to content

Commit acb339f

Browse files
Add watch npm script (#12211)
1 parent c6afcf8 commit acb339f

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": "pnpm run --filter=\"./packages/**/*\" build",
6+
"watch": "pnpm build && pnpm run --filter=\"./packages/**/*\" --parallel build --watch",
67
"clean": "git clean -fdX .",
78
"clean:build": "git clean -fdx -e node_modules .",
89
"clean:integration": "node ./integration/helpers/cleanup.mjs",

0 commit comments

Comments
 (0)