mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Tools: Clean up after spellfix build
This commit is contained in:
parent
9610b7e6bd
commit
aa22af443c
4
.gitignore
vendored
4
.gitignore
vendored
@ -50,8 +50,8 @@ joplin-webclipper-source.zip
|
||||
Tools/commit_hook.txt
|
||||
.vscode/*
|
||||
*.map
|
||||
ReactNativeClient/lib/sql-extensions/
|
||||
!ReactNativeClient/lib/sql-extensions/spellfix.dll
|
||||
ReactNativeClient/lib/sql-extensions/spellfix.so
|
||||
ReactNativeClient/lib/sql-extensions/spellfix.dylib
|
||||
|
||||
# AUTO-GENERATED - EXCLUDED TYPESCRIPT BUILD
|
||||
CliClient/app/LinkSelector.js
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user