Skip to content

Commit d135949

Browse files
committed
fix: fix yarn create compat
1 parent 8f937a2 commit d135949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"author": "Evan You",
66
"bin": {
7-
"create-vite-app": "index.js",
7+
"create-app": "index.js",
88
"cva": "index.js"
99
},
1010
"files": [

0 commit comments

Comments
 (0)