Add workflow step to export i18n JS files
This commit is contained in:
parent
61f60717fc
commit
37ad25018d
|
@ -67,6 +67,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npm i -g yarn
|
npm i -g yarn
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
|
- name: Export i18n JS files
|
||||||
|
run: bundle exec rails i18n:js:export
|
||||||
- name: Compile assets
|
- name: Compile assets
|
||||||
run:
|
run:
|
||||||
bundle exec rake assets:precompile
|
bundle exec rake assets:precompile
|
||||||
|
|
Loading…
Reference in New Issue