Skip to content

Commit

Permalink
fix: build lib before publishing to npm (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr authored Oct 27, 2023
1 parent 92fc3fa commit a7d918f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Install deps
run: npm ci --audit=false

- name: Build
run: npm run build

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
# Only run on non-PR events or only PRs that aren't from forks
Expand Down

0 comments on commit a7d918f

Please sign in to comment.