Skip to content

Commit

Permalink
use pnpm in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kalijonn committed Aug 5, 2024
1 parent cfa4dbc commit faeb54c
Show file tree
Hide file tree
Showing 3 changed files with 2,864 additions and 2,992 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile
- run: npm test
- run: npm run compile
- run: npm publish
- run: pnpm test
- run: pnpm run compile
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile
- run: npm test
- run: pnpm test
Loading

0 comments on commit faeb54c

Please sign in to comment.