Skip to content

Commit

Permalink
update turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Dec 14, 2024
1 parent 46ec3f9 commit c462cc3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 33 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ pnpm-debug.log*
.gitignore
.npmignore

.turbo
turbo-lint.log
.source
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"devDependencies": {
"prettier": "^3.0.3",
"turbo": "^1.10.13"
}
"turbo": "^2.3.3"
},
"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.

6 changes: 4 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"lint": {},
"build": {},
"build": {
"dependsOn": ["^build"]
},
"deploy:package": {},
"dev": {
"cache": false,
Expand Down

0 comments on commit c462cc3

Please sign in to comment.