Skip to content

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Greegko committed Oct 4, 2024
1 parent 8e13adc commit eef2b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4

- run: npm install
- run: npm run build
- run: pnpm install
- run: pnpm build

- name: push to ftp
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
Expand Down

0 comments on commit eef2b75

Please sign in to comment.