File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 ." ,
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments