Skip to content

Commit

Permalink
chore: Update npm install command to include dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darielnoel committed Jul 16, 2024
1 parent 1833e3a commit f0f4f41
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 @@ -63,6 +63,9 @@ jobs:
run: |
git config user.name "Dariel Noel"
git config user.email "[email protected]"
- name: Install dependencies
run: npm install --also=dev

- name: Build production version
run: npm run build
Expand Down

0 comments on commit f0f4f41

Please sign in to comment.