Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
EZP-31821: Failing security-checker results in errored installation
Browse files Browse the repository at this point in the history
(cherry picked from commit e3004421b7232aae59996e13ed7634b5e1f94f30)
  • Loading branch information
glye committed Nov 4, 2020
1 parent 81be20a commit a6c05b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a6c05b8

Please sign in to comment.