Skip to content

Commit 72f9d1d

Browse files
committed
fix: update pre-commit hook command in package.json to use npx
1 parent 2dd91e1 commit 72f9d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"vue-tsc": "^3.2.6"
6767
},
6868
"simple-git-hooks": {
69-
"pre-commit": "pnpx lint-staged"
69+
"pre-commit": "npx lint-staged"
7070
},
7171
"lint-staged": {
7272
"**/*.{js,ts,vue,json}": [

0 commit comments

Comments
 (0)