Skip to content

Commit

Permalink
remove the lock remover
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jun 26, 2024
1 parent c671acc commit c2b9694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
${{ runner.os }}-node-
- name: npm ci
run: rm package-lock.json && npm ci
run: npm ci
- name: Client Side Unit Tests
run: |
npm run test
Expand All @@ -50,7 +50,7 @@ jobs:
- name: npm ci
run: |
rm package-lock.json && npm ci
npm ci
- name: Client Side Linting
run: |
npm run lint
Expand Down

0 comments on commit c2b9694

Please sign in to comment.