Update helpers.js

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

View File

@ -29,7 +29,7 @@ export async function stashContentFolder(contentFolder) {
verbatimSymlinks: true,
preserveTimestamps: true,
})
await fs.promises.rm(contentFolder, { force: true, recursive: true })
// await fs.promises.rm(contentFolder, { force: true, recursive: true })
}
export function gitPull(origin, branch) {