[Maintenance] Execute yarn build production like to avoid deps mismatch

This commit is contained in:
Łukasz Chruściel 2022-05-09 10:42:39 +02:00
parent dfa8dc513a
commit a91a2fe748
No known key found for this signature in database
GPG key ID: 049A1D51AA3B039C

View file

@ -672,7 +672,7 @@ jobs:
name: Build assets
run: |
bin/console assets:install public -vvv
yarn build
GULP_ENV=prod yarn build
-
name: Make filesystem readonly