Fix preview.html not built and thus served during depooy (#2727)

Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
Hariom Balhara
2022-05-11 19:31:49 +05:30
committed by GitHub
parent 3bbbc80511
commit effb9d56d9

View File

@@ -99,7 +99,7 @@
"db-seed": {},
"deploy": {
"cache": false,
"dependsOn": ["@calcom/web#build"],
"dependsOn": ["@calcom/web#build", "@calcom/embed-core#build"],
"outputs": []
},
"clean": {