Skip to content

Commit

Permalink
fix: deploy pages script
Browse files Browse the repository at this point in the history
  • Loading branch information
beilunyang committed Jan 4, 2025
1 parent c52e780 commit 7b9a2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:cleanup": "curl http://localhost:8787/__scheduled",
"deploy:email": "wrangler deploy --config wrangler.email.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",
"dependencies": {
Expand Down

0 comments on commit 7b9a2df

Please sign in to comment.