Generate i18n files on ci/cd
This commit is contained in:
parent
446b4639c7
commit
fdec12d311
4 changed files with 12 additions and 2 deletions
4
.github/workflows/push-to-npm.yml
vendored
4
.github/workflows/push-to-npm.yml
vendored
|
@ -43,6 +43,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-typings
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue