We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39a6986 + 7541476 commit 55fa12eCopy full SHA for 55fa12e
1 file changed
tools/clean.js
@@ -1,4 +1,4 @@
1
-import { readdir, rm, stat } from 'node:fs/promises';
+import { readdir, rm } from 'node:fs/promises';
2
import { join } from 'node:path';
3
4
const sources = ['lib', 'actions', 'commands', 'bin'];
0 commit comments