Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
chore: upgrade to turbo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Jun 14, 2024
1 parent 21b6fc0 commit efc94b2
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 61 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"github-slugger": "^2.0.0",
"lefthook": "^1.6.15",
"prettier": "^3.3.0",
"turbo": "^1.13.3",
"turbo": "^2.0.3",
"typescript": "^5.4.5",
"vite-node": "^1.6.0",
"vitest": "^1.6.0"
Expand All @@ -25,5 +25,6 @@
"bench": "vitest bench",
"profile": "vite-node packages/openapi-parser/createProfile.ts",
"types:check": "pnpm -r types:check"
}
},
"packageManager": "[email protected]"
}
126 changes: 68 additions & 58 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"],
"dependsOn": ["^build"]
Expand Down

0 comments on commit efc94b2

Please sign in to comment.