Skip to content

Commit

Permalink
Add asset-map:compile command to auto-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasiloi committed Sep 30, 2024
1 parent 70bf5fa commit 1df8ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"importmap:install": "symfony-cmd"
"importmap:install": "symfony-cmd",
"asset-map:compile": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
Expand Down

0 comments on commit 1df8ea4

Please sign in to comment.