You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ To customize which package manager is reflected in the comments, use the `--pack
159
159
160
160
For repositories with many packages, comments might get too long. In that case, you can use `--only-templates` to only show templates.
161
161
162
-
pkg.pr.new uses `npm pack --json` under the hood, in case you face issues, you can also use the `--pnpm` flag so it starts using `pnpm pack`. This is not necessary in most cases.
162
+
pkg.pr.new uses `npm pack --json` under the hood, in case you face issues, you can also use the `--pnpm`or `--yarn`flag so it starts using `pnpm pack` or `yarn pack`. This is not necessary in most cases.
0 commit comments