mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 04:52:12 +02:00
Adjust Github Action locale export step
This commit is contained in:
parent
8024053520
commit
bee89d367c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/retrospring.yml
vendored
2
.github/workflows/retrospring.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
npm i -g yarn
|
npm i -g yarn
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
- name: Export i18n JS files
|
- name: Export i18n JS files
|
||||||
run: bundle exec rails i18n:js:export
|
run: bundle exec i18n export
|
||||||
- name: Compile assets
|
- name: Compile assets
|
||||||
run:
|
run:
|
||||||
bundle exec rake assets:precompile
|
bundle exec rake assets:precompile
|
||||||
|
|
Loading…
Reference in a new issue