mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +00:00
Add assets build during install and update
This commit is contained in:
parent
56545920f8
commit
68beee7403
2 changed files with 4 additions and 0 deletions
|
@ -39,3 +39,5 @@ 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
|
||||
|
|
|
@ -50,4 +50,6 @@ TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
|
|||
git checkout $TAG --force
|
||||
SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
|
||||
php bin/console doctrine:migrations:migrate --no-interaction --env=$ENV
|
||||
yarn install
|
||||
yarn build:$ENV
|
||||
php bin/console cache:clear --env=$ENV
|
||||
|
|
Loading…
Reference in a new issue