Update handlers.js

This commit is contained in:
xfei33 2024-08-02 17:05:00 +08:00 committed by GitHub
parent 322d031482
commit 81fc4a93e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -528,7 +528,7 @@ export async function handleSync(argv) {
}
}
await popContentFolder(contentFolder)
// await popContentFolder(contentFolder)
if (argv.push) {
console.log("Pushing your changes")
const res = spawnSync("git", ["push", "-uf", ORIGIN_NAME, QUARTZ_SOURCE_BRANCH], {