mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
fix: ensure vars as passed through turbo (#7977)
This commit is contained in:
parent
fab4b03ace
commit
7d4ef94432
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": ["dist/**"]
|
"outputs": ["dist/**"],
|
||||||
|
"env": ["SENTRY_ORG", "SENTRY_PROJECT", "RELEASE"],
|
||||||
|
"passThroughEnv": ["SENTRY_AUTH_TOKEN"]
|
||||||
},
|
},
|
||||||
"check:build": {
|
"check:build": {
|
||||||
"outputs": [""]
|
"outputs": [""]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue