diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 000000000..a5a29d9f7 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +pnpm lint-staged diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2619c12a6..4a508e789 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - dependencies: '@headlessui/react': specifier: ^1.7.17