Skip to content

Commit

Permalink
add --remote flag to build
Browse files Browse the repository at this point in the history
  • Loading branch information
chantastic committed Apr 22, 2024
1 parent 1047416 commit 0f1faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chan.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build": "astro build --remote",
"build:local": "op run --env-file='./.env' -- pnpm run build",
"postbuild": "pagefind --site dist",
"preview": "pnpm run build:local && wrangler pages dev ./dist --port 2426",
Expand Down

0 comments on commit 0f1faee

Please sign in to comment.