Skip to content

Commit

Permalink
fix: publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Aug 18, 2024
1 parent 39b5aab commit 6213f61
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 @@ -9,7 +9,7 @@
"preview": "astro preview",
"wrangler": "wrangler",
"deploy:preview": "bun run build && wrangler pages dev ./dist",
"deploy:publish": "bun run build && wrangler deploy ./dist",
"deploy:publish": "bun run build && wrangler pages deploy ./dist",
"astro": "astro"
},
"dependencies": {
Expand Down

0 comments on commit 6213f61

Please sign in to comment.