We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
watch
1 parent c6afcf8 commit acb339fCopy full SHA for acb339f
package.json
@@ -3,6 +3,7 @@
3
"private": true,
4
"scripts": {
5
"build": "pnpm run --filter=\"./packages/**/*\" build",
6
+ "watch": "pnpm build && pnpm run --filter=\"./packages/**/*\" --parallel build --watch",
7
"clean": "git clean -fdX .",
8
"clean:build": "git clean -fdx -e node_modules .",
9
"clean:integration": "node ./integration/helpers/cleanup.mjs",
0 commit comments