Skip to content

Commit 4fa3382

Browse files
committed
chore: update turbo to v2
1 parent 6718a49 commit 4fa3382

3 files changed

Lines changed: 101 additions & 41 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"lint-staged": "^15.2.0",
3030
"prettier": "^3.2.4",
3131
"secretlint": "^8.1.0",
32-
"turbo": "^1.13.3"
33-
}
32+
"turbo": "^2.0.3"
33+
},
34+
"packageManager": "pnpm@9.2.0",
35+
"name": "solid-hiding-header"
3436
}

pnpm-lock.yaml

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

turbo.json

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,46 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"globalDependencies": ["**/.env.*local"],
4-
"pipeline": {
3+
"globalDependencies": [
4+
"**/.env.*local"
5+
],
6+
"tasks": {
57
"dev": {
68
"cache": false,
79
"persistent": true,
8-
"dependsOn": ["^build"]
10+
"dependsOn": [
11+
"^build"
12+
]
913
},
1014
"build": {
11-
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
12-
"dependsOn": ["^build"]
15+
"outputs": [
16+
"dist/**",
17+
".next/**",
18+
"!.next/cache/**"
19+
],
20+
"dependsOn": [
21+
"^build"
22+
]
1323
},
1424
"test": {
15-
"dependsOn": ["^build"]
25+
"dependsOn": [
26+
"^build"
27+
]
1628
},
1729
"test:watch": {
1830
"cache": false
1931
},
2032
"test:e2e": {
21-
"dependsOn": ["^build"]
33+
"dependsOn": [
34+
"^build"
35+
]
2236
},
2337
"coverage": {
24-
"outputs": ["coverage/**"],
25-
"dependsOn": ["^build"]
38+
"outputs": [
39+
"coverage/**"
40+
],
41+
"dependsOn": [
42+
"^build"
43+
]
2644
},
2745
"lint": {},
2846
"lint:fix": {},

0 commit comments

Comments
 (0)