Skip to content

Commit 6ff5e50

Browse files
committed
fix(core): fix start script
1 parent 63f763c commit 6ff5e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "git+https://github.com/blacksonic/todomvc-vue-composition-api.git"
77
},
88
"scripts": {
9-
"start": "npm run serve",
9+
"start": "vue-cli-service serve",
1010
"format": "prettier --write 'src/**/*.{js,vue}'",
1111
"build": "vue-cli-service build",
1212
"lint": "vue-cli-service lint --no-fix",

0 commit comments

Comments
 (0)