Skip to content

Commit 92f90a9

Browse files
committed
update
1 parent f46c7c2 commit 92f90a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"dev": "pnpm -r run dev",
1010
"build": "pnpm -r run build",
11-
"publish:playgrounds": "pnpm pkg-pr-new publish './playgrounds/*' ./packages/cli --template './templates/*' --peerDeps",
11+
"publish:playgrounds": "pnpm pkg-pr-new publish './playgrounds/*' ./packages/cli --template './templates/*' --peerDeps --yarn",
1212
"format": "prettier --write --cache .",
1313
"lint": "pnpm run \"/lint:.*/\"",
1414
"lint:js": "eslint --cache .",

packages/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const main = defineCommand({
115115
const formData = new FormData();
116116

117117
const isCompact = !!args.compact;
118-
let packMethod: 'npm' | 'pnpm' | 'yarn' = 'npm'
118+
let packMethod: PackMethod = 'npm'
119119

120120
if (args.pnpm) {
121121
packMethod = "pnpm";

0 commit comments

Comments
 (0)