Skip to content

Commit 1cf057c

Browse files
committed
Revert "Try fixing cghooks not found issue"
This reverts commit 2738927.
1 parent 2738927 commit 1cf057c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source",
3939
"lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source",
4040
"lint:errors": "@lint -n",
41-
"post-install-cmd": "./vendor/bin/cghooks add --ignore-lock",
42-
"post-update-cmd": "./vendor/bin/cghooks update"
41+
"post-install-cmd": "cghooks add --ignore-lock",
42+
"post-update-cmd": "cghooks update"
4343
},
4444
"extra": {
4545
"hooks": {

0 commit comments

Comments
 (0)