From 9fa89998560e7861123b92e2434c74a966a8f0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 14 Nov 2024 20:24:13 +0100 Subject: [PATCH] Moved assets build before wallabag installation --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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