Skip to content

Commit

Permalink
fix(ci): missing build part while releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Dec 26, 2023
1 parent 7ea6f4c commit 5b7d184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm ci

- name: Build
run: npm run build --if-present
run: npm run build

- name: Run tests
run: npm test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: npm ci
if: ${{ steps.release.outputs.release_created }}

- name: Build
run: npm run build

- name: Get Coverage Info
if: ${{ steps.release.outputs.release_created }}
run: npm run coverage
Expand Down

0 comments on commit 5b7d184

Please sign in to comment.