diff --git a/ux.symfony.com/.platform.app.yaml b/ux.symfony.com/.platform.app.yaml index c14dba22f39..dd83e74d958 100644 --- a/ux.symfony.com/.platform.app.yaml +++ b/ux.symfony.com/.platform.app.yaml @@ -47,6 +47,11 @@ hooks: curl -s https://get.symfony.com/cloud/configurator | (>&2 bash) + # We don't need to run yarn or npm... + # ...let's skip both build steps + NO_YARN=1 + NO_NPM=1 + (>&2 symfony-build) deploy: | @@ -55,6 +60,7 @@ hooks: (>&2 symfony-deploy) php bin/console app:load-data + # needed because StimulusBundle / asset mapper will currently # expect this asset mapper directory to exist at runtime mkdir -p var/translations