Skip to content

Commit

Permalink
Update publish_to_npm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosnik committed Aug 15, 2023
1 parent 4d56413 commit 9561c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_to_npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: "18"
registry-url: https://registry.npmjs.org
- name: install dependencies
run: npm ci
- name: build the package
run: npm run build
- name: test the package
Expand Down

0 comments on commit 9561c5e

Please sign in to comment.