fix: deploy pages script

This commit is contained in:
ty
2025-01-04 23:55:31 +08:00
parent c52e780d5c
commit 7b9a2df145

View File

@@ -16,7 +16,7 @@
"test:cleanup": "curl http://localhost:8787/__scheduled", "test:cleanup": "curl http://localhost:8787/__scheduled",
"deploy:email": "wrangler deploy --config wrangler.email.toml", "deploy:email": "wrangler deploy --config wrangler.email.toml",
"deploy:cleanup": "wrangler deploy --config wrangler.cleanup.toml", "deploy:cleanup": "wrangler deploy --config wrangler.cleanup.toml",
"deploy:pages": "npm run build:pages && wrangler pages deploy .vercel/output/static --branch master --env production" "deploy:pages": "npm run build:pages && wrangler pages deploy .vercel/output/static --branch main"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {