diff --git a/package.json b/package.json index 480c4ce..c0d6066 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", - "lint": "vue-cli-service lint" + "lint": "vue-cli-service lint", + "deploy": "sh deploy.sh" }, "dependencies": { "core-js": "^3.6.5", diff --git a/src/App.vue b/src/App.vue index 169a251..93958f2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,19 +5,13 @@