Skip to content

Commit 3ba8a24

Browse files
HiDeooflorian-lefebvredelucis
authored
fix: add passThroughEnv for docs smoke test (#14596)
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: delucis <357379+delucis@users.noreply.github.com>
1 parent 99f4ebc commit 3ba8a24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"!mod.js.map"
1515
],
1616
"outputs": ["dist/**/*", "!vendor/**", "mod.js", "mod.js.map"],
17-
"outputLogs": "new-only"
17+
"outputLogs": "new-only",
18+
"passThroughEnv": ["SKIP_OG", "PUBLIC_TWO_LANG"]
1819
},
1920
"build:ci": {
2021
"dependsOn": ["^build:ci"],

0 commit comments

Comments
 (0)