Skip to content

Commit

Permalink
feat: pnpm migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchLui committed Nov 7, 2023
1 parent 709501e commit 48f4f2d
Show file tree
Hide file tree
Showing 4 changed files with 10,461 additions and 29,047 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run build --if-present
- run: pnpm ci
- run: pnpm build --if-present

- name: Deploy to NameCheap
uses: appleboy/scp-action@master
Expand Down
Loading

0 comments on commit 48f4f2d

Please sign in to comment.