Skip to content

Commit

Permalink
Merge pull request #79 from mattf96s/chore/tubro-setup
Browse files Browse the repository at this point in the history
chore(turbo): fix vercel issues
  • Loading branch information
mattf96s committed May 14, 2024
2 parents bad6cf9 + 731bb66 commit f92cd55
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": [
"**/.env.*local"
],
"globalEnv": [
"NODE_ENV"
"NODE_ENV",
"PORT",
"CI"
],
"pipeline": {
"build": {
Expand All @@ -17,7 +22,6 @@
]
},
"lint": {
"cache": false,
"dependsOn": [
"^build"
]
Expand Down

0 comments on commit f92cd55

Please sign in to comment.