Skip to content

Commit e0fb8ba

Browse files
committed
turbo update
1 parent 7693f16 commit e0fb8ba

File tree

3 files changed

+58
-36
lines changed

3 files changed

+58
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint": "^7.32.0",
1717
"prettier": "^2.5.1",
1818
"prettier-plugin-svelte": "^3.1.0",
19-
"turbo": "latest"
19+
"turbo": "^2.3.3"
2020
},
2121
"packageManager": "pnpm@8.6.10",
2222
"dependencies": {

pnpm-lock.yaml

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

turbo.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
3-
"pipeline": {
3+
"tasks": {
44
"package": {
5-
"dependsOn": ["^package"],
6-
"outputs": ["package/*"],
5+
"dependsOn": [
6+
"^package"
7+
],
8+
"outputs": [
9+
"package/*"
10+
],
711
"cache": false
812
},
913
"cleanup": {
@@ -14,8 +18,12 @@
1418
"cache": false
1519
},
1620
"build": {
17-
"dependsOn": ["^build"],
18-
"outputs": ["build/**"],
21+
"dependsOn": [
22+
"^build"
23+
],
24+
"outputs": [
25+
"build/**"
26+
],
1927
"cache": false
2028
},
2129
"build:docs": {
@@ -29,7 +37,9 @@
2937
},
3038
"dev": {
3139
"cache": false,
32-
"dependsOn": ["^package"]
40+
"dependsOn": [
41+
"^package"
42+
]
3343
}
3444
}
3545
}

0 commit comments

Comments
 (0)