From 8bae1ead24c369a959c37ec13e8140557d97bbff Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Mon, 22 Oct 2018 21:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=20npm=20deploy=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=E9=BB=98=E8=AE=A4=E7=9A=84=E5=91=BD=E4=BB=A4=E8=A1=8C?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3458acc..94a0da8 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", + "deploy": "npm run build && node ./deploy.js -r '/home/tic/tic.node/console' -u tic", "lint": "vue-cli-service lint", "test:unit": "vue-cli-service test:unit" },