You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
439 B
15 lines
439 B
# auto publish
|
|
|
|
# 使用方式
|
|
1. npm link
|
|
2. 在 /Users 文件夹下添加 config.js 文件
|
|
3. 在 config.js 文件中更改对应的 codePath、buildPath 地址
|
|
4. auto p test 发布 测试 test-build 版本
|
|
5. auto p pre 发布 预上线 pre-build 版本
|
|
6. auto p pro 发布 正式 build 版本
|
|
|
|
# auto p 参数
|
|
1. auto p test dev_xjx dev_aliyun
|
|
- test: 环境变量
|
|
- dev_xjx: 代码分支
|
|
- dev_aliyun: build 代码分支 |