mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Moved assets build before wallabag installation
This commit is contained in:
parent
68beee7403
commit
9fa8999856
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue