Skip to content

Commit

Permalink
Add a missing command to build Sass files
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 11, 2023
1 parent 0b6e2e4 commit 4137bb5
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 @@ -93,7 +93,8 @@
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"importmap:install": "symfony-cmd"
"importmap:install": "symfony-cmd",
"sass:build": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
Expand Down

0 comments on commit 4137bb5

Please sign in to comment.