0
0
Fork 0

Add commonly typed mis-spelling of the serve command.

This commit is contained in:
Tyler-A 2020-08-04 21:48:31 -06:00
parent eebb319357
commit 174dfa69a6

View file

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve --copy",
"server": "vue-cli-service serve --copy",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint"
},