Skip to content

Commit 07f4cf4

Browse files
committed
fix: add npm install step to publish workflow
1 parent e5f46ea commit 07f4cf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
architecture: x64
2121
registry-url: "https://registry.npmjs.org"
2222

23+
- name: Install build dependencies
24+
run: |
25+
npm install
26+
2327
- name: Publish
2428
run: |
2529
npm publish --access=public --non-interactive

0 commit comments

Comments
 (0)