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

This commit is contained in:
Hariom Balhara 2022-05-10 10:54:20 +05:30 committed by GitHub
parent 18c28cc3fd
commit ef68f4f4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": {