Skip to content

Commit 38c5d5f

Browse files
committed
Improved root package.json
1 parent 1c550d4 commit 38c5d5f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
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/*",
@@ -23,7 +23,6 @@
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]",

0 commit comments

Comments
 (0)