Skip to content

Commit

Permalink
revert commenting compile step
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Nov 29, 2023
1 parent 6c2b807 commit 4464c77
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 4464c77

Please sign in to comment.