mirror of https://github.com/certd/certd
chore: mv libs
parent
a3be0a1618
commit
54a27c1840
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue