Skip to content

Commit 8814c16

Browse files
committed
compiling assets during deploy
1 parent cec9422 commit 8814c16

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ux.symfony.com/.platform.app.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ type: php:8.1
55
dependencies:
66
php:
77
composer/composer: "^2"
8-
nodejs:
9-
yarn: "1.22.17"
108

119
build:
1210
flavor: none
@@ -49,9 +47,9 @@ hooks:
4947
5048
curl -s https://get.symfony.com/cloud/configurator | (>&2 bash)
5149
52-
(>&2
53-
symfony-build
54-
)
50+
(>&2 symfony-build)
51+
52+
php bin/console asset-map:compile
5553
5654
deploy: |
5755
set -x -e

0 commit comments

Comments
 (0)