Skip to content

Commit b6d84b6

Browse files
committed
chore: setup pnpm lock guard on commit
1 parent a6448d9 commit b6d84b6

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"vue-tsc": "catalog:cli"
6565
},
6666
"simple-git-hooks": {
67-
"pre-commit": "npx lint-staged"
67+
"pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged"
6868
},
6969
"lint-staged": {
7070
"*": "eslint --fix"

pnpm-lock.yaml

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)