From a2aa7266ecb90bc3526e7a911a7c986e4bbdec8b Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Fri, 25 Oct 2019 00:25:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20github=20=E4=B8=8A=E5=BB=BA?= =?UTF-8?q?=E7=AB=8B=20vichome/imo4test=EF=BC=8C=E7=9B=B8=E5=BA=94?= =?UTF-8?q?=E5=9C=A8=20dev=20=E5=88=86=E6=94=AF=E9=87=8C=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd0f22a..219d6b6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\"", "dev": "umi dev", "dist": "umi build", - "deploy": "node ./node_modules/deployer/deploy.js --type git --repo 'https://github.com/vichome/webapp' --local 'dist'", + "deploy": "node ./node_modules/deployer/deploy.js --type git --repo 'https://github.com/vichome/imo4test' --local 'dist'", "allinone": "npm run dist && npm run deploy", "daemon.pm2": "cross-env NODE_ENV=production pm2 start ./node_modules/webserver/server.js --name vic.h5" },