Skip to content

Commit

Permalink
ci: fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Akagi201 committed Jan 10, 2025
1 parent 1442fb2 commit d9e5b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: jdx/mise-action@v2
- name: Change directory to frontend
run: cd frontend
- name: npm ci
run: npm ci --no-audit
- name: npm install
run: npm install --no-audit
- name: npm lint
run: npm run lint --if-present

0 comments on commit d9e5b48

Please sign in to comment.