Skip to content

Commit

Permalink
Merge pull request #5 from AI-Champions/ci-for-releasing
Browse files Browse the repository at this point in the history
chore: Update npm install command to include dev dependencies
  • Loading branch information
darielnoel authored Jul 16, 2024
2 parents 7c092dc + 6158008 commit 60192f0
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 60192f0

Please sign in to comment.