Skip to content

Commit 10c7e98

Browse files
committed
chore: nx configuration change
1 parent b4a9db0 commit 10c7e98

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"bin": "./dist/index.js",
55
"type": "module",
66
"scripts": {
7-
"build": "nx run-many -t build",
7+
"cleanNodeModules": "pnpm -r exec rm -rf node_modules",
8+
"build": "nx affected --target=build",
89
"cipublish": "node scripts/publish.js",
910
"test": "nx run-many -t test"
1011
},
@@ -23,15 +24,16 @@
2324
"packageManager": "[email protected]",
2425
"pnpm": {
2526
"overrides": {
26-
"create-tsrouter-app": "link:cli/create-tsrouter-app"
27+
"create-tsrouter-app": "workspace:*",
28+
"engine": "workspace:*",
29+
"templates": "workspace:*"
2730
}
2831
},
2932
"workspaces": [
3033
"./cli/*",
3134
"./packages/*"
3235
],
3336
"dependencies": {
34-
"@tanstack/config": "^0.16.2",
35-
"create-tsrouter-app": "link:cli/create-tsrouter-app"
37+
"@tanstack/config": "^0.16.2"
3638
}
3739
}

0 commit comments

Comments
 (0)