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

Commit

Permalink
Merge remote-tracking branch 'os/3.1' into 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Nov 11, 2020
2 parents 8e58fbf + a6c05b8 commit 532acce
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 @@ -135,14 +135,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 ezplatform-ee-clean",
Expand Down

0 comments on commit 532acce

Please sign in to comment.