Skip to content

Commit 1b87d7b

Browse files
Brian MadisonBrian Madison
authored andcommitted
fix: add npm install back to publish workflow
1 parent 31289e2 commit 1b87d7b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
node-version: '20'
2323
registry-url: 'https://registry.npmjs.org'
2424

25+
- name: Install dependencies
26+
run: npm install
27+
2528
- name: Publish to NPM
2629
run: npm publish --provenance
2730
env:

0 commit comments

Comments
 (0)