Skip to content

Commit

Permalink
update turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Sep 17, 2024
1 parent 3cf013b commit 6841b17
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"react-docgen-typescript": "2.2.2",
"storybook": "8.2.9",
"tsx": "4.19.0",
"turbo": "2.1.1",
"turbo": "2.1.2",
"type-fest": "4.26.1",
"typescript": "5.6.2"
},
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.

4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDotEnv": ["./.env"],
"globalDependencies": [".env"],
"globalEnv": ["POSTGRES_URL_NON_POOLING", "POSTGRES_PRISMA_URL", "NEXTAUTH_SECRET", "CROWDIN_API"],
"pipeline": {
"tasks": {
"build:next": {
"dependsOn": ["db:deploy", "db:dataMigrate"],
"outputs": [".next/**", "!.next/cache/**"]
Expand Down

0 comments on commit 6841b17

Please sign in to comment.