Skip to content

Commit

Permalink
add FLAGS_SECRET to turbo env
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Dec 12, 2024
1 parent db89f0d commit 0c3fdfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"dependsOn": ["^start"]
},
"test:e2e": {
"dependsOn": ["^build", "^start"]
"dependsOn": ["^build", "^start"],
"env": ["FLAGS_SECRET"]
},
"publint": {
"dependsOn": ["^build"]
Expand Down

0 comments on commit 0c3fdfe

Please sign in to comment.