mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 06:46:21 +00:00
fix: correr yarn antes
This commit is contained in:
parent
24315af13e
commit
a3f9bc90e3
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue