Skip to content

Commit

Permalink
ci: include dependencies in prerelease workflow (#58)
Browse files Browse the repository at this point in the history
Update npm-publish.yml
  • Loading branch information
RLesser authored Jul 23, 2024
1 parent a6150f8 commit 1933e89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
node-version: '18'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci

- name: Install release-please
run: npm install -g release-please

Expand Down

0 comments on commit 1933e89

Please sign in to comment.