Skip to content

Commit

Permalink
chore: disable env variables caching
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Sep 18, 2024
1 parent d73aadf commit e0a5125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalEnv": ["NEXT_PUBLIC_SERVER_BASE_URL", "TEST_ACCESS_TOKEN", "TEST_REFRESH_TOKEN"],
"globalEnv": ["NEXT_PUBLIC_SERVER_BASE_URL"],
"globalPassThroughEnv": ["TEST_ACCESS_TOKEN", "TEST_REFRESH_TOKEN", "NEXT_PUBLIC_MODE"],
"tasks": {
"build": {
"dependsOn": ["^build"],
Expand Down

0 comments on commit e0a5125

Please sign in to comment.