diff --git a/captainhook.json b/captainhook.json index fba9abd..2c7e007 100644 --- a/captainhook.json +++ b/captainhook.json @@ -39,7 +39,7 @@ ] }, { - "action": "composer lint:paths -- {$STAGED_FILES|of-type:php}", + "action": "composer dev:lint:syntax -- {$STAGED_FILES|of-type:php}", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType", @@ -48,7 +48,7 @@ ] }, { - "action": "composer phpcs -- {$STAGED_FILES|of-type:php}", + "action": "composer dev:lint:style -- {$STAGED_FILES|of-type:php}", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType",