We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da12b56 commit b2eabf2Copy full SHA for b2eabf2
1 file changed
package.json
@@ -56,7 +56,7 @@
56
},
57
"lint-staged": {
58
"*.php": [
59
- "./phpcbf.sh"
+ "bash ./phpcbf.sh"
60
],
61
"*.js": [
62
"eslint --no-warn-ignored",
0 commit comments