chore: mv libs

pull/101/head
xiaojunnuo 2024-07-19 17:22:54 +08:00
parent a3be0a1618
commit 54a27c1840
32 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ async function sync() {
data: {}
})
console.log(`sync success:${pkg}`)
await sleep(60*1000)
await sleep(30*1000)
}
}
@ -87,7 +87,7 @@ async function triggerBuild() {
async function start() {
// await build()
console.log("等待60秒")
await sleep(200 * 1000)
await sleep(1* 1000)
await sync()
await sleep(100 * 1000)
await triggerBuild()