Skip to content

Commit 3564b31

Browse files
Fix pnpm watch
1 parent cadc80c commit 3564b31

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"test:build": "nx run-many --target=test:build --projects=root",
1616
"test:types": "nx affected --target=test:types --parallel=5",
1717
"build": "nx run-many --target=build --projects=root --parallel=5",
18-
"build:types": "nx affected --target=build:types --parallel=5",
19-
"watch": "concurrently --kill-others \"rollup --config rollup.config.js -w\" \"pnpm run build:types --watch\"",
18+
"watch": "concurrently --kill-others \"pnpm -r build:rollup -w\" \"pnpm -r build:types --watch\"",
2019
"dev": "pnpm run watch",
2120
"prettier": "prettier --plugin-search-dir . \"{packages,examples}/**/src/**/*.{md,js,jsx,cjs,ts,tsx,json,vue,svelte}\"",
2221
"prettier:write": "pnpm run prettier --write",

0 commit comments

Comments
 (0)