Skip to content

Commit

Permalink
fix: turbo.json build input
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Sep 14, 2024
1 parent 0975403 commit dca8c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"],
"env": ["NEXT_PUBLIC_SERVER_BASE_URL", "TEST_ACCESS_TOKEN", "TEST_REFRESH_TOKEN"]
},
Expand Down

0 comments on commit dca8c9b

Please sign in to comment.