Skip to content

Commit

Permalink
ci: update package lock before ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Mar 12, 2024
1 parent 98a6503 commit ae67589
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
cache: npm

- name: Install dependencies
run: npm ci
run: |
npm install --package-lock-only
npm ci
- name: Build website
run: npm run build

Expand Down

0 comments on commit ae67589

Please sign in to comment.