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 4
4
"bin" : " ./dist/index.js" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
- "build" : " nx run-many -t build" ,
7
+ "cleanNodeModules" : " pnpm -r exec rm -rf node_modules" ,
8
+ "build" : " nx affected --target=build" ,
8
9
"cipublish" : " node scripts/publish.js" ,
9
10
"test" : " nx run-many -t test"
10
11
},
23
24
"packageManager" :
" [email protected] " ,
24
25
"pnpm" : {
25
26
"overrides" : {
26
- "create-tsrouter-app" : " link:cli/create-tsrouter-app"
27
+ "create-tsrouter-app" : " workspace:*" ,
28
+ "engine" : " workspace:*" ,
29
+ "templates" : " workspace:*"
27
30
}
28
31
},
29
32
"workspaces" : [
30
33
" ./cli/*" ,
31
34
" ./packages/*"
32
35
],
33
36
"dependencies" : {
34
- "@tanstack/config" : " ^0.16.2" ,
35
- "create-tsrouter-app" : " link:cli/create-tsrouter-app"
37
+ "@tanstack/config" : " ^0.16.2"
36
38
}
37
39
}
You can’t perform that action at this time.
0 commit comments