Skip to content

Commit

Permalink
a better way to clean the target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pedr committed Nov 18, 2024
1 parent 93e7e2b commit 31e7690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/onenote-converter/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function main() {
if (argv.profile !== 'release') return;

// // If release build, remove intermediary folder to decrease size of release
const removeIntermediaryFolder = 'rm -r target/';
const removeIntermediaryFolder = 'cargo clean';

await execCommand(removeIntermediaryFolder);
}
Expand Down

0 comments on commit 31e7690

Please sign in to comment.