Skip to content

Commit

Permalink
chore(deploy): update deploy script to force pnpm to reinstall node_m…
Browse files Browse the repository at this point in the history
…odules
  • Loading branch information
jacobk999 committed Jul 24, 2023
1 parent 92aac9e commit 376f176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
submodules: recursive

- name: Install dependencies
run: pnpm install
run: pnpm install --force

- name: Build Code
run: pnpm scripts purge --dist && pnpm build --force

- name: Prepare Assets
run: cd assets/private && pnpm install && pnpm blur && cd ../../
run: cd assets/private && pnpm blur && cd ../../

- name: Move Config
run: cp /home/config.js ./config.js
Expand Down

0 comments on commit 376f176

Please sign in to comment.