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 9583b3a
Show file tree
Hide file tree
Showing 5 changed files with 769 additions and 1,626 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
"rollup-plugin-ts": "^3.0.2",
"typescript": "^4.3.4"
},
"license": "MIT"
"license": "MIT",
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}
Loading

0 comments on commit 9583b3a

Please sign in to comment.