Skip to content

Commit

Permalink
feat: removeLockFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Liang34 committed Jul 14, 2023
1 parent ec9a2bb commit 64d742f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
node-version: 14
- name: Install pnpm
run: curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm
- name: remove lockfile
run: rm pnpm-lock.yaml
- name: Install dependencies
run: pnpm install
- name: Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
Expand Down

0 comments on commit 64d742f

Please sign in to comment.