Skip to content

Commit c462cc3

Browse files
committed
update turbo
1 parent 46ec3f9 commit c462cc3

File tree

4 files changed

+37
-33
lines changed

4 files changed

+37
-33
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ pnpm-debug.log*
2323
.gitignore
2424
.npmignore
2525

26+
.turbo
2627
turbo-lint.log
2728
.source

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"prettier": "^3.0.3",
15-
"turbo": "^1.10.13"
16-
}
15+
"turbo": "^2.3.3"
16+
},
17+
"packageManager": "[email protected]"
1718
}

pnpm-lock.yaml

Lines changed: 29 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"tasks": {
44
"lint": {},
5-
"build": {},
5+
"build": {
6+
"dependsOn": ["^build"]
7+
},
68
"deploy:package": {},
79
"dev": {
810
"cache": false,

0 commit comments

Comments
 (0)