Skip to content

Commit

Permalink
Updated turbo to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Jul 13, 2024
1 parent bdaebed commit b54a60c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 45 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"@changesets/cli": "2.27.3",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"turbo": "^1.13.3",
"turbo": "^2.0.6",
"vitest": "^1.6.0"
}
},
"packageManager": "[email protected]"
}
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 20 additions & 14 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"test": {
"dependsOn": ["^test"]
},
"dev": {
"cache": false,
"persistent": true
}
}
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"dist/**"
]
},
"test": {
"dependsOn": [
"^test"
]
},
"dev": {
"cache": false,
"persistent": true
}
}
}

0 comments on commit b54a60c

Please sign in to comment.