Skip to content

Commit

Permalink
feat: add support for bun and more commands
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 10, 2024
1 parent 11fe916 commit 89cf2ef
Show file tree
Hide file tree
Showing 8 changed files with 5,533 additions and 4,285 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
# needs: test
steps:
- uses: actions/checkout@v2
- name: Cache pnpm modules
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.0.1
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ There are commands to quickly select and open package on specific resource, such

> PM – Package Manager.
By default, when project has no lockfile the first installed PM from your system will be used: `pnpm`, `yarn` or `npm`
By default, when project has no lockfile the first installed PM from your system will be used: `pnpm`, `yarn`, `bun` or `npm`

Note that, `npm.packageManager` setting (when not `auto`) always takes precedence and forces to use specific PM in all cases.

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
{
"command": "linkPackage",
"title": "Link Package"
},
{
"command": "updatePackages",
"title": "Update Packages"
}
],
"menus": {
Expand Down
Loading

0 comments on commit 89cf2ef

Please sign in to comment.