Skip to content

Commit 981c6e9

Browse files
committed
Add explicit pnpm build (not sure why prepublishOnly / etc are not running)
1 parent db93d5f commit 981c6e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
cache: pnpm
3232

3333
- run: pnpm install --frozen-lockfile
34+
- run: pnpm build
3435

3536
- name: Create Release Pull Request or Publish to npm
3637
id: changesets

0 commit comments

Comments
 (0)