Skip to content

Commit

Permalink
fix: add cloudflare_pages preset to prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaring committed Sep 23, 2024
1 parent b09fe78 commit 9d6f2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- run: pnpm build
- run: pnpm build --preset=cloudflare_pages
- name: Deploy build to Cloudflare Pages
uses: mathiasvr/[email protected]
id: cloudflare
Expand Down

0 comments on commit 9d6f2e1

Please sign in to comment.