File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 88 "url" : " git://github.com/marek-hanzal/derivean.git"
99 },
1010 "scripts" : {
11- "wasm" : " bunx turbo@2.4.4 run wasm" ,
12- "dev" : " bun turbo run dev --parallel --no-daemon" ,
13- "lint" : " bun turbo run lint" ,
14- "build" : " bun turbo run build" ,
15- "typecheck" : " bun turbo run typecheck" ,
16- "translations" : " bun turbo run translations"
11+ "wasm" : " bunx turbo run wasm --cache-dir=.turbo " ,
12+ "dev" : " bunx turbo run dev --parallel --no-daemon" ,
13+ "lint" : " bunx turbo run lint --cache-dir=.turbo " ,
14+ "build" : " bunx turbo run build --cache-dir=.turbo " ,
15+ "typecheck" : " bunx turbo run typecheck --cache-dir=.turbo " ,
16+ "translations" : " bunx turbo run translations"
1717 },
1818 "workspaces" : [
1919 " apps/*" ,
2323 "devDependencies" : {
2424 "@types/node" : " 22.13.9" ,
2525 "prettier" : " 3.5.3" ,
26- "turbo" : " 2.4.4" ,
2726 "typescript" : " 5.8.2"
2827 },
2928 "packageManager" :
" [email protected] " ,
You can’t perform that action at this time.
0 commit comments