Skip to content

Commit

Permalink
ci: add build step before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoselli committed Apr 23, 2024
1 parent c70b093 commit 8ee3bd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm run build

- name: Create and publish versions
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 8ee3bd9

Please sign in to comment.