Merge pull request #724 from proddy/dev

build web i18n on github actions
This commit is contained in:
Proddy
2022-11-05 18:02:37 +01:00
committed by GitHub
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