Skip to content

Commit 7541476

Browse files
fix: remove unused stat import from tools/clean.js
Co-authored-by: kamilmysliwiec <23244943+kamilmysliwiec@users.noreply.github.com>
1 parent 676a7ff commit 7541476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { readdir, rm, stat } from 'node:fs/promises';
1+
import { readdir, rm } from 'node:fs/promises';
22
import { join } from 'node:path';
33

44
const sources = ['lib', 'actions', 'commands', 'bin'];

0 commit comments

Comments
 (0)