diff --git a/packages/site/scripts/publish.mjs b/packages/site/scripts/publish.mjs index 25b87899..0175a137 100644 --- a/packages/site/scripts/publish.mjs +++ b/packages/site/scripts/publish.mjs @@ -23,7 +23,7 @@ await $`pnpm build`; // PUBLISH -await $`pnpm wrangler pages deploy ./.svelte-kit/cloudflare --project-name=stitch --branch=develop --commit-message=${message} --commit-hash=${hash}`; +await $`pnpm wrangler pages deploy ./.svelte-kit/cloudflare --project-name=stitch`; /** @param {import('zx').ProcessPromise} call */ async function stdout(call) {