Skip to content

Commit

Permalink
Add missing env to turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz committed Dec 13, 2024
1 parent 8e60211 commit 2e5307b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
},
"build": {
"dependsOn": ["^build"],
"env": ["EDGE_CONFIG", "FLAGS_SECRET"],
"env": [
"EDGE_CONFIG",
"FLAGS_SECRET",
"LD_CLIENT_SIDE_KEY",
"LD_PROJECT_SLUG"
],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"lint": {
Expand Down

0 comments on commit 2e5307b

Please sign in to comment.