Fixes dotenv replacements

pull/3569/head
zomars 2022-07-29 19:30:02 -06:00
parent e7a91d4594
commit a4b8cc8391
1 changed files with 2 additions and 0 deletions

View File

@ -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"]
}