diff --git a/.changeset/wet-maps-exist.md b/.changeset/wet-maps-exist.md new file mode 100644 index 00000000000..148a9943218 --- /dev/null +++ b/.changeset/wet-maps-exist.md @@ -0,0 +1,7 @@ +--- +"create-cloudflare": patch +"@cloudflare/vitest-pool-workers": patch +"wrangler": patch +--- + +chore: re-release due to broken build diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index eb1faca0da5..de8e9b47169 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -38,6 +38,9 @@ jobs: - name: Check the changesets run: node -r esbuild-register tools/deployments/validate-changesets.ts + + - name: Check the build + run: pnpm run build env: CI_OS: ${{ runner.os }} diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index 5b5cbaa5902..d2e780d71b0 100644 --- a/.github/workflows/pullrequests.yml +++ b/.github/workflows/pullrequests.yml @@ -63,6 +63,9 @@ jobs: env: NODE_OPTIONS: "--max_old_space_size=8192" + - name: Check the changesets + run: node -r esbuild-register tools/deployments/validate-changesets.ts + test: timeout-minutes: 30 concurrency: