build web i18n on github actions

This commit is contained in:
proddy
2022-11-05 17:59:31 +01:00
parent e58491ed97
commit 03a6abcfc6
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ jobs:
run: |
cd interface
npm ci
npx typesafe-i18n --no-watch
npm run build
- name: Build firmware

View File

@@ -30,6 +30,7 @@ jobs:
run: |
cd interface
npm ci
npx typesafe-i18n --no-watch
npm run build
- name: Build firmware