Skip to content

Commit

Permalink
ci: add pnpm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurricane committed Mar 29, 2024
1 parent e18413e commit cbc5712
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 @@ -36,9 +36,9 @@ jobs:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
run: pnpm install
- name: Build
run: npm run build
run: pnpm run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit cbc5712

Please sign in to comment.