Moved assets build before wallabag installation

This commit is contained in:
Nicolas Lœuillet 2024-11-14 20:24:13 +01:00
parent 68beee7403
commit 9fa8999856
No known key found for this signature in database
GPG key ID: FA576177B1EBB573

View file

@ -38,6 +38,6 @@ TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
git checkout $TAG
SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
php bin/console wallabag:install --env=$ENV
yarn install
yarn build:$ENV
php bin/console wallabag:install --env=$ENV