sparrow-ci 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/bin/ci.js +2 -1
  2. package/package.json +1 -1
package/bin/ci.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @Author: wangqi
3
3
  * @Date: 2022-08-12 15:56:29
4
4
  * @LastEditors: wangqi
5
- * @LastEditTime: 2023-02-10 14:04:51
5
+ * @LastEditTime: 2023-02-10 16:17:16
6
6
  * @FilePath: /sparrow-ci/bin/ci.js
7
7
  * @Description:
8
8
  */
@@ -305,6 +305,7 @@ class Ci {
305
305
  this.version = version;
306
306
  this.description = description;
307
307
  }
308
+ await this.writeCliFile();
308
309
  }
309
310
 
310
311
  await uploadCi({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sparrow-ci",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "基于miniprogram-ci开发的小程序命令行工具",
5
5
  "main": "",
6
6
  "bin": {