mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: mv libs
This commit is contained in:
@@ -49,7 +49,7 @@ async function sync() {
|
|||||||
data: {}
|
data: {}
|
||||||
})
|
})
|
||||||
console.log(`sync success:${pkg}`)
|
console.log(`sync success:${pkg}`)
|
||||||
await sleep(60*1000)
|
await sleep(30*1000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ async function triggerBuild() {
|
|||||||
async function start() {
|
async function start() {
|
||||||
// await build()
|
// await build()
|
||||||
console.log("等待60秒")
|
console.log("等待60秒")
|
||||||
await sleep(200 * 1000)
|
await sleep(1* 1000)
|
||||||
await sync()
|
await sync()
|
||||||
await sleep(100 * 1000)
|
await sleep(100 * 1000)
|
||||||
await triggerBuild()
|
await triggerBuild()
|
||||||
|
|||||||
Reference in New Issue
Block a user