Skip to content

Commit 31d5da9

Browse files
committed
minor #1471 Add a missing command to build Sass files (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Add a missing command to build Sass files After merging #1449 I saw this error when running the app: ![image](https://github.com/symfony/demo/assets/73419/5969dde6-0ecf-4ed4-bd37-14084371c2e4) Commits ------- 4137bb5 Add a missing command to build Sass files
2 parents 0b6e2e4 + 4137bb5 commit 31d5da9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
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)