Skip to content

Commit 894368c

Browse files
committed
Comment
1 parent 3b7305e commit 894368c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/deploy/hosting/prepare.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export async function prepare(
118118
const versions = await Promise.all(
119119
configs.map(async (config) => {
120120
if (!Constants.isDemoProject(context.projectId)) {
121+
// Get the site to confirm that it exists on this project
121122
await api.getSite(context.projectId, config.site);
122123
}
123124
const labels: Record<string, string> = {

0 commit comments

Comments
 (0)