Skip to content

Commit 1b27b60

Browse files
committed
chore: add missing build before npm publish
1 parent 0dbb2c2 commit 1b27b60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-npm-publish-retry.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
- name: Run pnpm install dependencies
6565
run: pnpm install
6666

67+
- name: Build Everything
68+
run: pnpm build
69+
6770
- name: OTP
6871
if: ${{ inputs.dryrun != true }}
6972
uses: step-security/wait-for-secrets@v1

0 commit comments

Comments
 (0)