mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Maintenance] Execute yarn build production like to avoid deps mismatch
This commit is contained in:
parent
dfa8dc513a
commit
a91a2fe748
1 changed files with 1 additions and 1 deletions
2
.github/workflows/application.yml
vendored
2
.github/workflows/application.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue