Skip to content

Commit

Permalink
ci: Updated release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 5, 2021
1 parent 33eb5ef commit be575c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -11,9 +11,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- run: npm ci
- run: npm run build
- run: git add ./lib -f
- run: npm ci --prod
- run: git add node_modules -f

- name: Generate changelog
id: changelog
Expand Down

0 comments on commit be575c7

Please sign in to comment.