Skip to content

Commit

Permalink
add rm package-lock.json to CI step for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jun 26, 2024
1 parent 82b1a22 commit c671acc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
${{ runner.os }}-node-
- name: npm ci
run: |
npm ci
run: rm package-lock.json && npm ci
- name: Client Side Unit Tests
run: |
npm run test
Expand Down

0 comments on commit c671acc

Please sign in to comment.