提交 c8d90e5d 编写于 作者: fxy060608's avatar fxy060608

chore(CI): disable check update

上级 40b2aae3
......@@ -53,6 +53,10 @@ interface CheckVersionResponse {
const INTERVAL = 1000 * 60 * 60 * 24
export async function checkUpdate(options: CheckUpdateOptions) {
if (process.env.CI) {
debugCheckUpdate('isInCI')
return
}
if (isInHBuilderX()) {
debugCheckUpdate('isInHBuilderX')
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册