Skip to content

Commit 1d09b79

Browse files
committed
Remove old env variables
1 parent dd314b7 commit 1d09b79

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

turbo.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@
1818
"test": {
1919
"dependsOn": ["^build", "^test"],
2020
"env": [
21-
"MIXPANEL_API",
2221
"FEEDBACK_WEBHOOK",
2322
"TURNSTILE_KEY",
24-
"SENTRY_AUTH_TOKEN",
25-
"SENTRY_IGNORE_API_RESOLUTION_ERROR",
2623
"LINEAR_API_KEY",
2724
"LINEAR_TEAM_ID",
2825
"LINEAR_BUG_LABEL"
@@ -33,11 +30,8 @@
3330
"inputs": ["$TURBO_DEFAULT$", ".env*"],
3431
"outputs": [".next/**", "!.next/cache/**"],
3532
"env": [
36-
"MIXPANEL_API",
3733
"FEEDBACK_WEBHOOK",
3834
"TURNSTILE_KEY",
39-
"SENTRY_AUTH_TOKEN",
40-
"SENTRY_IGNORE_API_RESOLUTION_ERROR",
4135
"LINEAR_API_KEY",
4236
"LINEAR_TEAM_ID",
4337
"LINEAR_BUG_LABEL"

0 commit comments

Comments
 (0)