diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 51273b56..79017e72 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -26,6 +26,7 @@ jobs: run: | yarn install --production --frozen-lockfile yarn build-preview + rm -rf dist/web.tgz - name: Deploy to Cloudflare Pages uses: cloudflare/wrangler-action@v3