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 14:01:49 +00:00
committed by GitHub
co-authored by Omar López
parent 3bbbc80511
commit effb9d56d9
+1 -1
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": {