Skip to content

Commit 4854ca2

Browse files
authored
fix: Correctly parse --yarn (#388)
1 parent 3ea7b8c commit 4854ca2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cli/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ const main = defineCommand({
6969
type: "boolean",
7070
description: "use `pnpm pack` instead of `npm pack --json`",
7171
},
72+
yarn: {
73+
type: "boolean",
74+
description: "use `yarn pack` instead of `npm pack --json`",
75+
},
7276
template: {
7377
type: "string",
7478
description:

0 commit comments

Comments
 (0)