Generate i18n files on ci/cd
This commit is contained in:
parent
446b4639c7
commit
fdec12d311
4 changed files with 12 additions and 2 deletions
5
.github/workflows/continuous_integration.yml
vendored
5
.github/workflows/continuous_integration.yml
vendored
|
@ -10,7 +10,6 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
continuous-integration-front:
|
||||
name: "Continuous Integration Front"
|
||||
|
||||
|
@ -46,6 +45,10 @@ jobs:
|
|||
run: ./templater.sh
|
||||
working-directory: "front"
|
||||
|
||||
- name: "Generate i18n files"
|
||||
run: yarn run typesafe-i18n
|
||||
working-directory: "front"
|
||||
|
||||
- name: "Build"
|
||||
run: yarn run build
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue