Skip to content

Commit

Permalink
ci: install development dependencies before creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrickson-tyler authored Jun 17, 2024
1 parent 0c78695 commit 7c4539a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm ci --no-audit --prefer-offline --ignore-scripts --include=dev

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_PAT }}
Expand Down

0 comments on commit 7c4539a

Please sign in to comment.