Skip to content

Commit f4b612e

Browse files
Run build:all before watching
1 parent 92ee6dd commit f4b612e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:types": "nx affected --target=test:types",
1818
"build": "nx affected --target=build",
1919
"build:all": "nx run-many --exclude=examples/** --target=build",
20-
"watch": "nx watch --all -- pnpm run build:all",
20+
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
2121
"dev": "pnpm run watch",
2222
"prettier": "prettier --plugin-search-dir . \"{packages,examples,scripts}/**/*.{md,js,jsx,cjs,ts,tsx,json,vue,svelte}\"",
2323
"prettier:write": "pnpm run prettier --write",

0 commit comments

Comments
 (0)