sparrow-ci 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ci.config.js +2 -2
- package/package.json +3 -2
package/ci.config.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @Author: wangqi
|
|
3
3
|
* @Date: 2022-04-29 17:18:33
|
|
4
4
|
* @LastEditors: wangqi
|
|
5
|
-
* @LastEditTime: 2026-03-12
|
|
5
|
+
* @LastEditTime: 2026-03-12 17:20:32
|
|
6
6
|
* @FilePath: /sparrow-ci/ci.config.js
|
|
7
7
|
* @Description: 全局配置文件
|
|
8
8
|
*/
|
|
@@ -32,7 +32,7 @@ module.exports = {
|
|
|
32
32
|
folderSrc: ['sparrow_utils', 'sparrow_ui'],
|
|
33
33
|
// 帮助配置
|
|
34
34
|
helpDescription: `
|
|
35
|
-
使用方式:
|
|
35
|
+
使用方式:ci <command>
|
|
36
36
|
|
|
37
37
|
<command> 是以下选项中的一个:
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sparrow-ci",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "基于miniprogram-ci开发的小程序命令行工具",
|
|
5
5
|
"main": "",
|
|
6
6
|
"bin": {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"inquirer": "^7.3.3",
|
|
18
18
|
"log-symbols": "^4.0.0",
|
|
19
19
|
"miniprogram-ci": "2.1.19",
|
|
20
|
-
"ora": "^5.1.0"
|
|
20
|
+
"ora": "^5.1.0",
|
|
21
|
+
"less": "4.5.1"
|
|
21
22
|
}
|
|
22
23
|
}
|