Skip to content

Commit b156430

Browse files
committed
build: use pnpm
1 parent 59b9c55 commit b156430

File tree

4 files changed

+3461
-5910
lines changed

4 files changed

+3461
-5910
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
node-version: 18
1919
registry-url: 'https://registry.npmjs.org'
20-
cache: 'npm'
21-
- run: npm ci
20+
cache: 'pnpm'
21+
- run: pnpm i
2222
- run: npm run build
2323
- run: npm publish
2424
env:

0 commit comments

Comments
 (0)