Skip to content

Commit 75606e4

Browse files
authored
Fix missing env GITBOOK_ASSETS_PREFIX passed to build (#2642)
1 parent 0643b7f commit 75606e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"ui": "tui",
4-
"globalEnv": ["NODE_ENV", "CI", "ARGOS_*", "GITHUB_*"],
4+
"globalEnv": ["NODE_ENV", "CI", "ARGOS_*", "GITHUB_*", "GITBOOK_*", "SENTRY_*"],
55
"tasks": {
66
// Prepare the package for all other tasks
77
"generate": {

0 commit comments

Comments
 (0)