Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 285d371

Browse files
committed
Add tmp to clean script
1 parent 2b3df0a commit 285d371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/clean.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const { promisify } = require('util');
66
const glob = promisify(require('glob'));
77

88
(async function() {
9+
await remove(['./tmp']);
910
await remove(await glob('./packages/@glimmer/*/dist'));
1011

1112
console.log('\n\nDone');

0 commit comments

Comments
 (0)