Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
run: |
npm audit fix

# - name: Run npm ci and npm run build
# if: always()
# run: |
# npm ci
# npm run build --if-present
- name: Run npm ci and npm run build
if: always()
run: |
npm ci
npm run build --if-present

- name: Create Pull Request
if: always()
Expand Down