Skip to content

Commit 290fafa

Browse files
committed
chore: update turbo for pnpm corepack
1 parent 689bae9 commit 290fafa

3 files changed

Lines changed: 68 additions & 62 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"react": "^17.0.2",
119119
"sharp": "^0.34.3",
120120
"tsup": "^7.1.0",
121-
"turbo": "^1.6.3",
121+
"turbo": "^2.9.14",
122122
"twrnc": "^3.4.0",
123123
"typescript": "^5",
124124
"vitest": "^0.32.0"

pnpm-lock.yaml

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"globalPassThroughEnv": ["COREPACK_HOME"],
4+
"tasks": {
5+
"build": {
6+
"dependsOn": ["^build"],
7+
"outputs": [".next/**", "dist/**"]
8+
},
49
"dev": {
5-
"cache": false
10+
"cache": false,
11+
"persistent": true
612
}
713
}
814
}

0 commit comments

Comments
 (0)