Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Mar 31, 2024
1 parent 6c4fbcb commit b6f09c9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Sources/LightPortal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
"sort-packages": true
},
"scripts": {
"post-update-cmd": "@php create_index.php"
"post-update-cmd": [
"cd Addons/ImageUpload && composer update --no-dev -o",
"cd Addons/LatteLayouts && composer update --no-dev -o",
"cd Addons/Markdown && composer update --no-dev -o",
"cd Addons/MediaBlock && composer update --no-dev -o",
"cd Addons/PlatesLayouts && composer update --no-dev -o",
"cd Addons/PluginMaker && composer update --no-dev -o",
"cd Addons/TwigLayouts && composer update --no-dev -o",
"@php create_index.php"
]
}
}

0 comments on commit b6f09c9

Please sign in to comment.