Skip to content

Commit

Permalink
remove package lock before install
Browse files Browse the repository at this point in the history
  • Loading branch information
activatedgeek committed Jun 23, 2024
1 parent 389928b commit b1840d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: npm

- name: Install Dependencies
run: npm install
run: rm package-lock.json && npm install

- name: Build copernicus
run: npm run build
Expand Down

0 comments on commit b1840d7

Please sign in to comment.