Skip to content

Commit

Permalink
updated deploy yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 23, 2024
1 parent 5ba86f8 commit 2c96fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scanner-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
node-version: 18

- name: Install dependencies
run: cd pwa && npm install
run: cd pwa && npm install --legacy-peer-deps

- name: Install parcel/watcher
run: cd pwa && npm install @parcel/watcher
run: cd pwa && npm install @parcel/watcher --legacy-peer-deps

- name: Remove old Gatsby cache
run: rm -rf pwa/.cache
Expand Down

0 comments on commit 2c96fd4

Please sign in to comment.