diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index 3be1995a..f6951369 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -67,6 +67,8 @@ jobs: run: | npm i -g yarn yarn install --frozen-lockfile + - name: Export i18n JS files + run: bundle exec rails i18n:js:export - name: Compile assets run: bundle exec rake assets:precompile