Skip to content

Commit

Permalink
chore: add packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Oct 7, 2024
1 parent e1c63d6 commit eba13c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install PNPM
- name: Install pnpm
uses: pnpm/[email protected]

- name: Install Node.js
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"files": [
"dist"
],
"packageManager": "[email protected]",
"scripts": {
"build": "tsup-node",
"build:playground": "pnpm -C playground run generate",
Expand Down

0 comments on commit eba13c0

Please sign in to comment.