Skip to content

Commit

Permalink
try turbo env
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Sep 4, 2024
1 parent 07dd130 commit 8ac1300
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
"outputs": ["dist/**"],
"env": ["BASEURL"]
}
}
},
"clean": {
"cache": false
Expand Down

0 comments on commit 8ac1300

Please sign in to comment.