Skip to content

Commit

Permalink
chore(taro-plugin-mini-ci): 修复字节跳动小程序上传命令报错问题([QRCode Error] Error: N…
Browse files Browse the repository at this point in the history
…o input text) (#14974)

* chore(taro-plugin-mini-ci): 修复字节跳动小程序上传命令报错
问题

* chore(taro-plugin-mini-ci): lint code

---------

Co-authored-by: koppt <kopptsoft@gmail.com>
  • Loading branch information
niexq and koppthe authored May 10, 2024
1 parent 2854bba commit f45c37e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions 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 All @@ -41,7 +41,7 @@ export default class TTCI extends BaseCI {
path: this.projectPath
}
})
console.log(chalk.green(`打开IDE成功`))
console.log(chalk.green('打开IDE成功'))
} catch (error) {
printLog(processTypeEnum.ERROR, chalk.red('打开IDE失败', error))
}
Expand Down

0 comments on commit f45c37e

Please sign in to comment.