Skip to content

Commit

Permalink
optimize quality
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jun 25, 2024
1 parent 5510a29 commit 51c6cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install node dependencies
working-directory: ./front-end
run: |
npm ci
npm ci --no-audit
- name: Type check
working-directory: ./front-end
Expand All @@ -111,7 +111,7 @@ jobs:
- name: Install node dependencies
working-directory: ./front-end
run: |
npm ci
npm ci --no-audit
- name: Type check
working-directory: ./front-end
Expand Down

0 comments on commit 51c6cfd

Please sign in to comment.