This commit is contained in:
sluppyy 2025-02-13 18:32:17 +03:00
parent 4ae36306aa
commit d8f693651d
2 changed files with 1 additions and 1 deletions

View File

@ -96,5 +96,4 @@ RUN set -eux; \
composer dump-env prod; \
composer run-script --no-dev post-install-cmd; \
chmod +x bin/console; \
php bin/console asset-map:compile \
sync;

View File

@ -63,6 +63,7 @@
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"asset-map:compile": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"importmap:install": "symfony-cmd"
},