Skip to content

Commit

Permalink
fix(vue): Add missing bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Aug 2, 2024
1 parent c494e27 commit 732aa2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"version": "0.0.2",
"type": "module",
"bin": "scripts/create.js",
"scripts": {
"dev": "vite --host --port 4002",
"build": "vue-tsc -b && vite build",
Expand Down

0 comments on commit 732aa2c

Please sign in to comment.