Skip to content

Commit

Permalink
fix: Release with all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 5, 2021
1 parent be575c7 commit 2b36c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- run: npm ci --prod
- run: npm ci
- run: git add node_modules -f

- name: Generate changelog
Expand Down

0 comments on commit 2b36c79

Please sign in to comment.