diff --git a/composer.json b/composer.json index d42e94f9..d63d9a41 100644 --- a/composer.json +++ b/composer.json @@ -117,14 +117,15 @@ "assets:install %PUBLIC_DIR%": "symfony-cmd", "bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains": "symfony-cmd", "yarn install": "script", - "ezplatform:encore:compile": "symfony-cmd", - "security-checker security:check": "script" + "ezplatform:encore:compile": "symfony-cmd" }, "post-install-cmd": [ - "@auto-scripts" + "@auto-scripts", + "@php bin/security-checker security:check || true" ], "post-update-cmd": [ - "@auto-scripts" + "@auto-scripts", + "@php bin/security-checker security:check || true" ], "ezplatform-install": [ "@php bin/console --ansi ezplatform:install clean",