Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen committed Jan 31, 2024
1 parent a3cf79e commit 47419f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
env:
TAG_NAME: ${{ github.event.release.tag_name }}

- name: Installing dependencies
run: npm ci

- name: Build
run: npm run build

Expand Down

0 comments on commit 47419f1

Please sign in to comment.