mirror of
https://github.com/beilunyang/moemail.git
synced 2026-07-11 15:41:21 +08:00
fix: deploy pages script
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user