Update src/index.ts

This commit is contained in:
Grant Birkinbine 2023-12-12 22:24:09 -07:00 committed by GitHub
parent 0fff39f4b7
commit 1599928d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -272,7 +272,8 @@ async function wranglerCommands() {
if (
command.startsWith("deploy") ||
command.startsWith("publish") ||
command.startsWith("pages publish")
command.startsWith("pages publish") ||
command.startsWith("pages deploy")
) {
// If this is a workers or pages deployment, try to extract the deployment URL
let deploymentUrl = "";