Skip to content

Commit

Permalink
Merge pull request #2085 from nextcloud/enh/noid/revert-compile-step
Browse files Browse the repository at this point in the history
revert commenting compile step
  • Loading branch information
AndyScherzinger authored Nov 29, 2023
2 parents ede2aa7 + 4464c77 commit d1bdfbf
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 d1bdfbf

Please sign in to comment.