Skip to content

Commit 7d4ef94

Browse files
fix: ensure vars as passed through turbo (#7977)
1 parent fab4b03 commit 7d4ef94

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

turbo.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"tasks": {
1414
"build": {
1515
"dependsOn": ["^build"],
16-
"outputs": ["dist/**"]
16+
"outputs": ["dist/**"],
17+
"env": ["SENTRY_ORG", "SENTRY_PROJECT", "RELEASE"],
18+
"passThroughEnv": ["SENTRY_AUTH_TOKEN"]
1719
},
1820
"check:build": {
1921
"outputs": [""]

0 commit comments

Comments
 (0)