Skip to content

Commit

Permalink
chore: bump turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkaske committed Nov 26, 2024
1 parent 341a75a commit 64ddd39
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@turbo/gen": "1.13.3",
"@types/node": "20.8.0",
"knip": "5.16.0",
"turbo": "1.13.3",
"turbo": "2.3.2",
"typescript": "5.5.2"
},
"packageManager": "pnpm@9.1.4",
Expand Down
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: 3 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"env": [
"*",
"\\*",
"RESEND_API_KEY",
"!NEXT_PUBLIC_GIT_*",
"\\!NEXT_PUBLIC_GIT_\\*",
"DATABASE_URL",
"TINY_BIRD_API_KEY",
"NODE_ENV",
Expand Down

0 comments on commit 64ddd39

Please sign in to comment.