From 9d6f2e15a704220f6bafacec74a8cd3a2ed1c284 Mon Sep 17 00:00:00 2001 From: Chris Waring <106938+cwaring@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:22:02 +0100 Subject: [PATCH] fix: add cloudflare_pages preset to prod build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e59799f..cf6bf1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/command-output@v1.1.0 id: cloudflare