Skip to content

Commit

Permalink
fix: update turbo build depends
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewklau committed Nov 9, 2024
1 parent 6259637 commit 7480a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"pipeline": {
"build": {
"outputs": ["dist/**", ".next/**", "!.next/cache/**", "public/dist/**"],
"dependsOn": ["^build"],
"env": [
"NEXT_PUBLIC_NETWORK_ID",
"NEXT_PUBLIC_ACCOUNT_ID",
Expand Down Expand Up @@ -34,6 +35,7 @@
},
"pages:build": {
"outputs": [".vercel/output/static/**"],
"dependsOn": ["^build"],
"env": [
"NEXT_PUBLIC_NETWORK_ID",
"NEXT_PUBLIC_ACCOUNT_ID",
Expand Down

0 comments on commit 7480a15

Please sign in to comment.