Skip to content

Commit

Permalink
Add package paths usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Oct 6, 2023
1 parent 32546ea commit efbf136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ npm-fork patch --scope "@fork"

# multiple packages
npm-fork patch --scope "@fork" --package "name" --package "@origin/*"

# use package paths instead of names if workspace is not configured or recognized (e.g., pnpm).
npm-fork patch --scope "@fork" --package "packages/*"
```

Or directly `npm-fork publish`:
Expand Down

0 comments on commit efbf136

Please sign in to comment.