Skip to content

Commit

Permalink
add npm i step
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 2, 2024
1 parent 77cfdcc commit 05f4b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-happ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install and test
run: |
nix-store --gc
nix develop --command bash -c "holochain --version && npm run test && npm run build:happ"
nix develop --command bash -c "holochain --version && npm i && npm run test && npm run build:happ"
- name: Retrieve version
run: |
Expand Down

0 comments on commit 05f4b65

Please sign in to comment.