mirror of https://github.com/wallabag/wallabag.git
Moved assets build before wallabag installation
This commit is contained in:
parent
68beee7403
commit
9fa8999856
|
@ -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 New Issue