Adjust Github Action locale export step

This commit is contained in:
Andreas Nedbal 2022-09-17 15:18:55 +02:00
parent 8024053520
commit bee89d367c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
npm i -g yarn
yarn install --frozen-lockfile
- name: Export i18n JS files
run: bundle exec rails i18n:js:export
run: bundle exec i18n export
- name: Compile assets
run:
bundle exec rake assets:precompile