Generate i18n files on ci/cd
This commit is contained in:
parent
446b4639c7
commit
fdec12d311
4 changed files with 12 additions and 2 deletions
|
@ -1,2 +1,5 @@
|
|||
src/Messages/generated
|
||||
src/Messages/JsonMessages
|
||||
src/i18n/i18n-svelte.ts
|
||||
src/i18n/i18n-types.ts
|
||||
src/i18n/i18n-util.ts
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"svelte-check": "svelte-check --fail-on-warnings --fail-on-hints --compiler-warnings \"a11y-no-onchange:ignore,a11y-autofocus:ignore,a11y-media-has-caption:ignore\"",
|
||||
"pretty": "yarn prettier --write 'src/**/*.{ts,svelte}'",
|
||||
"pretty-check": "yarn prettier --check 'src/**/*.{ts,svelte}'",
|
||||
"typesafe-i18n": "typesafe-i18n"
|
||||
"typesafe-i18n": "typesafe-i18n --no-watch"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.svelte": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue