Skip to content

Commit c76f946

Browse files
authored
eng-903 do not allow turbo to cache .env (#462)
1 parent 985f6f5 commit c76f946

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
"passThroughEnv": ["OBSIDIAN_PLUGIN_PATH"],
5959
"cache": false,
6060
"persistent": true,
61-
"inputs": ["$TURBO_DEFAULT$", ".env*"],
62-
"dependsOn": ["@repo/database#genenv"]
61+
"inputs": ["$TURBO_DEFAULT$", ".env*"]
6362
},
6463
"roam#dev": {
6564
"with": ["@repo/database#dev"]
@@ -69,6 +68,7 @@
6968
},
7069
"genenv": {
7170
"env": ["SUPABASE_USE_DB"],
71+
"cache": false,
7272
"outputs": [".env*"]
7373
},
7474
"deploy": {

0 commit comments

Comments
 (0)