Fixes dotenv replacements
parent
e7a91d4594
commit
a4b8cc8391
|
@ -171,10 +171,12 @@
|
|||
"dependsOn": ["@calcom/prisma#db-seed", "@calcom/web#build", "^app-e2e-quick"]
|
||||
},
|
||||
"//#env-check:common": {
|
||||
"cache": false,
|
||||
"inputs": ["./.env.example", "./.env"],
|
||||
"outputs": ["./.env"]
|
||||
},
|
||||
"//#env-check:app-store": {
|
||||
"cache": false,
|
||||
"inputs": ["./.env.appStore.example", "./.env.appStore"],
|
||||
"outputs": ["./.env.appStore"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue