Skip to content

Commit

Permalink
Fix NPM build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Feb 9, 2024
1 parent 0b58944 commit 08c7513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
node-version: "18.x"

- name: "Install dependencies"
run: "npm install"

- name: "Build"
run: "npm run build"

Expand Down

0 comments on commit 08c7513

Please sign in to comment.