Skip to content

Commit

Permalink
chore: re-release due to broken build (#5652)
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Apr 18, 2024
1 parent 2ec4b93 commit ccb9d3d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .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
3 changes: 3 additions & 0 deletions .github/workflows/changesets.yml
Expand Up @@ -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 }}

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pullrequests.yml
Expand Up @@ -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:
Expand Down

0 comments on commit ccb9d3d

Please sign in to comment.