diff --git a/.husky/commit-msg b/.husky/commit-msg index 5426a93..13f1f64 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx commitlint --edit $1 +pnpx commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index 9dcd433..2c3af06 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn lint +pnpm lint diff --git a/package.json b/package.json index 05dbead..c3eab6c 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,6 @@ "semver": "^7.3.7", "typescript": "4.7.3", "unbuild": "^0.7.4" - } + }, + "packageManager": "pnpm@7.1.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 77a777c..7ce9fe0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,7 +66,7 @@ importers: nuxt: ^2.15.8 ts-loader: ^8.4.0 tsd: ^0.20.0 - typed-vuex: 0.3.0 + typed-vuex: 0.3.1 upath: ^2.0.1 dependencies: typed-vuex: link:../typed-vuex