Skip to content

Commit

Permalink
Update package.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jul 8, 2023
1 parent 19d5b66 commit 30796fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ const clean = async () => {

const purge = async () => {
clean();
await rm('third_party', 'bin');
await rm('third_party', 'env');
await rm('third_party', 'source');
};
Expand Down

0 comments on commit 30796fd

Please sign in to comment.