Skip to content

Commit 93924b1

Browse files
committed
chore: fixing build and CLI
1 parent b83015b commit 93924b1

File tree

15 files changed

+87
-35
lines changed

15 files changed

+87
-35
lines changed

.husky/pre-commit

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npm run build
5-
npm test
4+
pnpm outdated
5+
pnpm build
6+
pnpm test
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)