Skip to content

Commit

Permalink
build: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
SSShooter committed Aug 19, 2023
1 parent 59b9c55 commit b156430
Show file tree
Hide file tree
Showing 4 changed files with 3,461 additions and 5,910 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- run: npm ci
cache: 'pnpm'
- run: pnpm i
- run: npm run build
- run: npm publish
env:
Expand Down
Loading

0 comments on commit b156430

Please sign in to comment.