mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
Revert "chore(forge): add an arbitrary wait to see if it solves some CI errors"
This reverts commit 4f6729857bb550cd3cbf799d573383acd3c10098.
This commit is contained in:
parent
c827b20e26
commit
5fbd34c7c1
@ -211,9 +211,6 @@ const config: ForgeConfig = {
|
|||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wait for a while to ensure the file system operations are completed.
|
|
||||||
await new Promise(resolve => setTimeout(resolve, 3000));
|
|
||||||
},
|
},
|
||||||
// Gather all the artifacts produced by the makers and copy them to a common upload directory.
|
// Gather all the artifacts produced by the makers and copy them to a common upload directory.
|
||||||
async postMake(_, makeResults) {
|
async postMake(_, makeResults) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user