From 161d72d24bb032495a71bcec0fd378bfacdda10a Mon Sep 17 00:00:00 2001 From: SujithPS Date: Sat, 28 Oct 2023 16:25:04 +0530 Subject: [PATCH] Fix pnpm lock issue --- .husky/pre-commit | 4 ++++ pnpm-lock.yaml | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100755 .husky/pre-commit 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