From 174dfa69a6e7a344e7054006437134cc2f73de6d Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Tue, 4 Aug 2020 21:48:31 -0600 Subject: [PATCH] Add commonly typed mis-spelling of the serve command. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4b7995e..4c40707 100644 --- a/package.json +++ b/package.json @@ -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" },