From 6d11074a811303902f7754571e4bf3dc0bc4b719 Mon Sep 17 00:00:00 2001 From: xiejianxiong Date: Tue, 25 Aug 2020 15:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a55513..fd608b7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # 使用方式 1. npm link -2. 更改 utils/config.js 文件中的 codePath、buildPath 地址 +2. 在 /Users 文件夹下添加 config.js 文件 +3. 在 config.js 文件中更改对应的 codePath、buildPath 地址 2. auto p test 发布 测试 test-build 版本 2. auto p pre 发布 预上线 pre-build 版本 2. auto p pro 发布 正式 build 版本 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 394d3fb..b8c3880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "auto_publish", + "name": "zq_auto_publish", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index e17fa5b..06cb384 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "auto_publish", + "name": "zq_auto_publish", "version": "1.0.0", "description": "", "main": "index.js",