File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 },
2324 "packageManager" : " pnpm@9.15.5" ,
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}
You can’t perform that action at this time.
0 commit comments