-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): custom command options should be delegated when using npm o…
…r pnpm We need to make sure to pass `--` before delegating arguments to `npm exec` or `pnpm exec` otherwise they'll be treated as arguments for the package manager itself. Yarn smartly delegates and doesn't need this.
- Loading branch information
Showing
2 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@waveplay/pilot': patch | ||
--- | ||
|
||
fix(cli): custom command options should be delegated when using npm or pnpm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters