Skip to content

Commit 121ce51

Browse files
committed
Add a missing command to build Sass files
1 parent b0c6921 commit 121ce51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"auto-scripts": {
9494
"cache:clear": "symfony-cmd",
9595
"assets:install %PUBLIC_DIR%": "symfony-cmd",
96-
"importmap:install": "symfony-cmd"
96+
"importmap:install": "symfony-cmd",
97+
"sass:build": "symfony-cmd"
9798
},
9899
"post-install-cmd": [
99100
"@auto-scripts"

0 commit comments

Comments
 (0)