Skip to content

Commit

Permalink
Use pnpm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
dit7ya committed Aug 23, 2024
1 parent 195762e commit 9c3c183
Show file tree
Hide file tree
Showing 4 changed files with 767 additions and 1,625 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
node-version: 18
registry-url: https://npm.pkg.github.com/
- run: corepack enable
- run: yarn install
- run: yarn build
- run: yarn publish
- run: pnpm install
- run: pnpm build
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
node-version: "20"
- run: corepack enable
- run: yarn install
- run: yarn build
- run: pnpm install
- run: pnpm build

- uses: JS-DevTools/npm-publish@v3
with:
Expand Down
Loading

0 comments on commit 9c3c183

Please sign in to comment.