We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd314b7 commit 1d09b79Copy full SHA for 1d09b79
1 file changed
turbo.json
@@ -18,11 +18,8 @@
18
"test": {
19
"dependsOn": ["^build", "^test"],
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"
@@ -33,11 +30,8 @@
33
30
"inputs": ["$TURBO_DEFAULT$", ".env*"],
34
31
"outputs": [".next/**", "!.next/cache/**"],
35
32
36
37
38
39
40
41
42
43
0 commit comments