Skip to content

Commit

Permalink
npm needs force
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Oct 20, 2024
1 parent 338ca98 commit b67ee5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
node-version: 22.x

- name: Uninstall dev deps with scripts
run: npm remove @vite-pwa/assets-generator --ignore-scripts=true
run: npm remove @vite-pwa/assets-generator --force --ignore-scripts=true

- name: Install dependencies
run: npm i --ignore-scripts=true
run: npm i --force --ignore-scripts=true

- name: Install dev deps with scripts
run: npm i @vite-pwa/assets-generator -D
run: npm i @vite-pwa/assets-generator -D --force

- name: Build
run: bun run build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
node-version: 22.x

- name: Uninstall dev deps with scripts
run: npm remove @vite-pwa/assets-generator --ignore-scripts=true
run: npm remove @vite-pwa/assets-generator --force --ignore-scripts=true

- name: Install dependencies
run: npm i --ignore-scripts=true
run: npm i --force --ignore-scripts=true

- name: Install dev deps with scripts
run: npm i @vite-pwa/assets-generator -D
run: npm i @vite-pwa/assets-generator -D --force

- name: Build
run: bun run build
Expand Down

0 comments on commit b67ee5b

Please sign in to comment.