1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-06 23:56:13 +02:00

Tools: Clean up after spellfix build

This commit is contained in:
Laurent Cozic
2020-09-21 12:35:20 +01:00
parent 9610b7e6bd
commit aa22af443c
2 changed files with 7 additions and 2 deletions

View File

@ -45,6 +45,11 @@ async function main() {
} catch (e) {
console.warn(e);
}
await fs.remove(`${dest}/sqlite.tar.gz`);
await fs.remove(`${dest}/amalgamation.tar.gz`);
await fs.remove(`${dest}/sqlite`);
await fs.remove(`${dest}/sqlite-autoconf-3330000`);
}
module.exports = main;