Skip to content

Commit 7c61693

Browse files
chore: Use nx watch command (#5605)
1 parent 81ada75 commit 7c61693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:build",
1515
"build"
1616
],
17-
"parallel": 3,
17+
"parallel": 5,
1818
"accessToken": "ZDdkNDA4MGEtYjNmYi00MWI4LWE1N2QtYTdlNmYxMGJlZWM2fHJlYWQ="
1919
}
2020
}

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": "concurrently --kill-others \"pnpm -r build:rollup -w\" \"pnpm -r build:types --watch\"",
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)