Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Fix pipeline to include npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmokko committed Nov 16, 2023
1 parent bf226a5 commit fb4809c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
toolchain: stable

- name: Install dependencies
run: npm install

- name: Build package
run: npm run build-release

Expand Down

0 comments on commit fb4809c

Please sign in to comment.