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 291e9a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Install pnpm
run: curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm
- name: Install dependencies
run: rm pnpm-lock.yaml
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.
run:
Expand Down

0 comments on commit 291e9a4

Please sign in to comment.