Skip to content

Commit

Permalink
Run build:all before watching
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 19, 2023
1 parent 92ee6dd commit f4b612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:types": "nx affected --target=test:types",
"build": "nx affected --target=build",
"build:all": "nx run-many --exclude=examples/** --target=build",
"watch": "nx watch --all -- pnpm run build:all",
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
"dev": "pnpm run watch",
"prettier": "prettier --plugin-search-dir . \"{packages,examples,scripts}/**/*.{md,js,jsx,cjs,ts,tsx,json,vue,svelte}\"",
"prettier:write": "pnpm run prettier --write",
Expand Down

0 comments on commit f4b612e

Please sign in to comment.