Skip to content

Commit

Permalink
remove before
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Oct 20, 2024
1 parent 152d140 commit dfa64d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ jobs:
with:
node-version: 22.x

- name: Uninstall dev deps with scripts
run: npx pnpm rm @vite-pwa/assets-generator

- name: Install dependencies
run: npx pnpm i --ignore-scripts=true

- name: Install dev deps with scripts
run: npx pnpm rm @vite-pwa/assets-generator -D && npx pnpm add @vite-pwa/assets-generator -D
run: npx pnpm add @vite-pwa/assets-generator

- name: Build
run: bun run build
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ jobs:
with:
node-version: 22.x

- name: Uninstall dev deps with scripts
run: npx pnpm rm @vite-pwa/assets-generator

- name: Install dependencies
run: npx pnpm i --ignore-scripts=true

- name: Install dev deps with scripts
run: npx pnpm rm @vite-pwa/assets-generator -D && npx pnpm add @vite-pwa/assets-generator -D
run: npx pnpm add @vite-pwa/assets-generator

- name: Build
run: bun run build
Expand Down

0 comments on commit dfa64d1

Please sign in to comment.