Skip to content

Commit 79f3922

Browse files
committed
Adding husky configuration to force pnpm check
1 parent 171648b commit 79f3922

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.husky/pre-commit

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

4-
pnpm check
4+
pnpm check

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
},
1818
"scripts": {
1919
"xbuild:base": "pnpm --filter use-vibes-base build",
20-
2120
"build": "core-cli tsc",
2221
"lint": "eslint .",
2322
"test": "cross-env DISABLE_REACT_ROUTER=true vitest --run",

0 commit comments

Comments
 (0)