Skip to content

Commit b8e0b60

Browse files
committed
chore: remove unused tools
1 parent 1145fd9 commit b8e0b60

File tree

2 files changed

+7
-458
lines changed

2 files changed

+7
-458
lines changed

tools/scripts/pub.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
import { exit } from 'process';
55
import {
66
asyncForEach,
7+
getArgs,
78
greenLog,
89
listDirsRecursive,
9-
getArgs,
10-
spawnCommand,
10+
question,
1111
readJsonFile,
1212
redLog,
13-
question,
13+
spawnCommand,
1414
writeJsonFile,
1515
yellowLog,
1616
} from './utils.mjs';

0 commit comments

Comments
 (0)