mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 06:09:09 +01:00
Add workflow step to export i18n JS files
This commit is contained in:
parent
61f60717fc
commit
37ad25018d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/retrospring.yml
vendored
2
.github/workflows/retrospring.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue