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.
1 parent cadc80c commit 3564b31Copy full SHA for 3564b31
1 file changed
package.json
@@ -15,8 +15,7 @@
15
"test:build": "nx run-many --target=test:build --projects=root",
16
"test:types": "nx affected --target=test:types --parallel=5",
17
"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\"",
+ "watch": "concurrently --kill-others \"pnpm -r build:rollup -w\" \"pnpm -r build:types --watch\"",
20
"dev": "pnpm run watch",
21
"prettier": "prettier --plugin-search-dir . \"{packages,examples}/**/src/**/*.{md,js,jsx,cjs,ts,tsx,json,vue,svelte}\"",
22
"prettier:write": "pnpm run prettier --write",
0 commit comments