Skip to content

Commit dd314b7

Browse files
committed
Update turbo env variables
1 parent 165bb41 commit dd314b7

1 file changed

Lines changed: 30 additions & 3 deletions

File tree

turbo.json

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,45 @@
1717
},
1818
"test": {
1919
"dependsOn": ["^build", "^test"],
20-
"env": []
20+
"env": [
21+
"MIXPANEL_API",
22+
"FEEDBACK_WEBHOOK",
23+
"TURNSTILE_KEY",
24+
"SENTRY_AUTH_TOKEN",
25+
"SENTRY_IGNORE_API_RESOLUTION_ERROR",
26+
"LINEAR_API_KEY",
27+
"LINEAR_TEAM_ID",
28+
"LINEAR_BUG_LABEL"
29+
]
2130
},
2231
"build": {
2332
"dependsOn": ["^build"],
2433
"inputs": ["$TURBO_DEFAULT$", ".env*"],
2534
"outputs": [".next/**", "!.next/cache/**"],
26-
"env": []
35+
"env": [
36+
"MIXPANEL_API",
37+
"FEEDBACK_WEBHOOK",
38+
"TURNSTILE_KEY",
39+
"SENTRY_AUTH_TOKEN",
40+
"SENTRY_IGNORE_API_RESOLUTION_ERROR",
41+
"LINEAR_API_KEY",
42+
"LINEAR_TEAM_ID",
43+
"LINEAR_BUG_LABEL"
44+
]
2745
},
2846
"dev": {
2947
"cache": false,
3048
"persistent": true,
31-
"env": []
49+
"env": [
50+
"MIXPANEL_API",
51+
"FEEDBACK_WEBHOOK",
52+
"TURNSTILE_KEY",
53+
"SENTRY_AUTH_TOKEN",
54+
"SENTRY_IGNORE_API_RESOLUTION_ERROR",
55+
"LINEAR_API_KEY",
56+
"LINEAR_TEAM_ID",
57+
"LINEAR_BUG_LABEL"
58+
]
3259
}
3360
}
3461
}

0 commit comments

Comments
 (0)