Skip to content

Commit

Permalink
Merge pull request #24 from oxdev03/change-upgrade-turbo
Browse files Browse the repository at this point in the history
chore: upgrade to turbo 2.x
  • Loading branch information
oxdev03 authored Jun 9, 2024
2 parents 9344ec7 + 77d8504 commit f2f7224
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@pm2.web/eslint-config": "*",
"@pm2.web/typescript-config": "*",
"prettier": "^3.3.0",
"turbo": "^1.13.3"
}
"turbo": "^2.0.3"
},
"packageManager": "[email protected]"
}
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": {
"dependsOn": ["^build"],
"env": ["DB_URI"],
Expand Down

0 comments on commit f2f7224

Please sign in to comment.