Skip to content

Commit

Permalink
chore: build when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Sep 23, 2024
1 parent b26fb2f commit 407cb62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: Install package.json dependencies with pnpm
run: pnpm install --frozen-lockfile

- name: Build the package
- run: pnpm build

- name: Publish the package in the npm registry
run: npm publish --access public
env:
Expand Down

0 comments on commit 407cb62

Please sign in to comment.