From a3f9bc90e37fbad308b54d67bb9bc704b72cecff Mon Sep 17 00:00:00 2001 From: f Date: Thu, 30 Nov 2023 13:56:57 -0300 Subject: [PATCH] fix: correr yarn antes --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f7cbf57..a3dc0241 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,7 @@ assets: - "mv config/credentials.yml.enc.ci config/credentials.yml.enc" - "cp .env.example .env" - "dotenv bundle install --path=vendor" + - "yarn install" script: - "dotenv RAILS_ENV=production bundle exec rails webpacker:clobber" - "dotenv RAILS_ENV=production bundle exec rails assets:precompile"