Skip to content

Commit 03048b0

Browse files
fix: use jlpm instead of yarn in husky hooks
- Update pre-commit hook to use 'jlpm exec lint-staged' - Update post-checkout hook to use 'jlpm install' - Aligns with jupyterlab-deepnote's package manager setup
1 parent 9584dd8 commit 03048b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn install
1+
jlpm install

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn lint-staged
1+
jlpm exec lint-staged

0 commit comments

Comments
 (0)