Skip to content

Commit b2eabf2

Browse files
committed
Fix pre commit hook
1 parent da12b56 commit b2eabf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"lint-staged": {
5858
"*.php": [
59-
"./phpcbf.sh"
59+
"bash ./phpcbf.sh"
6060
],
6161
"*.js": [
6262
"eslint --no-warn-ignored",

0 commit comments

Comments
 (0)