diff --git a/scripts/install.sh b/scripts/install.sh index 837372926..cb2a02952 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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