Skip to content

Commit

Permalink
chore(taro-plugin-mini-ci): 修复抖音小程序上传命令报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
niexq committed Dec 12, 2023
1 parent 0d2967d commit 6ac74d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/taro-plugin-mini-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dingtalk-miniapp-opensdk": "^1.0.7",
"jd-miniprogram-ci": "^1.0.2",
"minidev": "^1.5.1",
"tt-ide-cli": "^0.1.13"
"tt-ide-cli": "0.1.20"
},
"peerDependenciesMeta": {
"dingtalk-miniapp-opensdk": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-mini-ci/src/TTCI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class TTCI extends BaseCI {
process.exit(1)
}
try {
// 调试使用版本是: tt-ide-cli@0.1.13
// 调试使用版本是: tt-ide-cli@0.1.20
this.tt = getNpmPkgSync('tt-ide-cli',process.cwd())
} catch (error) {
printLog(processTypeEnum.ERROR, chalk.red('请安装依赖:tt-ide-cli'))
Expand Down

0 comments on commit 6ac74d0

Please sign in to comment.