Skip to content

Commit 89933a0

Browse files
authored
chore: update turborepo to v2 (#103)
1 parent 843144b commit 89933a0

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"husky": "^8.0.3",
2929
"lint-staged": "^14.0.0",
3030
"prettier": "^3.0.1",
31-
"turbo": "^1.10.12"
31+
"turbo": "^2.0.5"
3232
},
3333
"engines": {
3434
"node": ">=18.17.1"

pnpm-lock.yaml

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

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
33
"globalEnv": ["NODE_ENV"],
4-
"pipeline": {
4+
"tasks": {
55
"build": {
66
"dependsOn": ["^build"],
77
"outputs": ["dist/**"]

0 commit comments

Comments
 (0)