Skip to content

Commit

Permalink
Merge pull request #157 from OpenConext/feature/cache-clear
Browse files Browse the repository at this point in the history
Run cache:clear on composer install
  • Loading branch information
MKodde authored Dec 19, 2023
2 parents b13de8c + a129495 commit 2729f79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
"yarn install --frozen-lockfile",
"yarn encore production"
],
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
Expand Down

0 comments on commit 2729f79

Please sign in to comment.