Skip to content

Commit 0816286

Browse files
committed
chore: Fix Husky Precommit
Signed-off-by: Progyan Bhattacharya <bprogyan@gmail.com>
1 parent 7ff82a2 commit 0816286

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.husky/pre-commit

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
42
pnpm lint-staged

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
onlyBuiltDependencies:
2+
- '@firebase/util'
3+
- '@parcel/watcher'
4+
- '@tailwindcss/oxide'
5+
- esbuild
6+
- sharp

0 commit comments

Comments
 (0)