Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
contents: write
pull-requests: write
issues: write
id-token: write
id-token: write # enable use of OIDC for trusted publishing and npm provenance
uses: LexBorisoff/workflows/.github/workflows/release.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

sync-dev:
name: Sync main to dev
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Build](https://img.shields.io/github/actions/workflow/status/LexBorisoff/package-scripts/release.yml)
![NPM Version](https://img.shields.io/npm/v/package-scripts)

CLI to interactively select and run package scripts using any package manager.
CLI to interactively select and run package scripts using a package manager of your choice.

- [Installation](#installation)
- [Usage](#usage)
Expand Down Expand Up @@ -114,7 +114,7 @@ There are cases when the CLI will run a matched script without displaying the se
- When a single argument is provided that matches a script **_exactly_** even if there are other scripts containing that argument in their names.
- When a single script is matched based on the provided arguments.

> 💡 The `--select` option can override this behavior and force the display of the selection menu.
> 💡 The `--interactive` option can override this behavior and show the interactive selection menu.

For example:

Expand Down
Loading