Skip to content

Commit 532864d

Browse files
committed
chore: missing project build env in turbo config
1 parent 99f937f commit 532864d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

turbo.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"tasks": {
55
"@database.build/deploy#build": {
66
"dependsOn": ["^build"],
7+
"env": [],
78
"outputs": ["dist/**"],
89
"cache": true
910
},
@@ -15,6 +16,7 @@
1516
},
1617
"@database.build/deploy-worker#build": {
1718
"dependsOn": ["^build"],
19+
"env": ["SUPABASE_*"],
1820
"cache": false
1921
},
2022
"@database.build/browser-proxy#dev": {

0 commit comments

Comments
 (0)