Skip to content

Commit

Permalink
fix: update command in pages preset
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 5, 2023
1 parent e2b837d commit eca8bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets/cloudflare-pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const cloudflarePages = defineNitroPreset({
entry: "#internal/nitro/entries/cloudflare-pages",
commands: {
preview: "npx wrangler pages dev ./",
deploy: "npx wrangler pages publish ./",
deploy: "npx wrangler pages deploy ./",
},
output: {
dir: "{{ rootDir }}/dist",
Expand Down

0 comments on commit eca8bdf

Please sign in to comment.