File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ This command allows you to run an arbitrary command from an npm package
3030(either one installed locally, or fetched remotely), in a similar context
3131as running it via ` npm run ` .
3232
33- Whatever packages are specified by the ` --package ` or ` -p ` option will be
33+ Whatever packages are specified by the ` --package ` option will be
3434provided in the ` PATH ` of the executed command, along with any locally
35- installed package executables. The ` --package ` or ` -p ` option may be
35+ installed package executables. The ` --package ` option may be
3636specified multiple times, to execute the supplied command in an environment
3737where all specified packages are available.
3838
@@ -48,7 +48,7 @@ only be considered a match if they have the exact same name and version as
4848the local dependency.
4949
5050If no ` -c ` or ` --call ` option is provided, then the positional arguments
51- are used to generate the command string. If no ` -p ` or ` - -package` options
51+ are used to generate the command string. If no ` --package ` options
5252are provided, then npm will attempt to determine the executable name from
5353the package specifier provided as the first positional argument according
5454to the following heuristic:
You can’t perform that action at this time.
0 commit comments