5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-26 15:16:08 +00:00

fix: correr yarn antes

This commit is contained in:
f 2023-11-30 13:56:57 -03:00
parent 24315af13e
commit a3f9bc90e3
No known key found for this signature in database

View file

@ -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"