mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
build web i18n on github actions
This commit is contained in:
1
.github/workflows/pre_release.yml
vendored
1
.github/workflows/pre_release.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
run: |
|
||||
cd interface
|
||||
npm ci
|
||||
npx typesafe-i18n --no-watch
|
||||
npm run build
|
||||
|
||||
- name: Build firmware
|
||||
|
||||
1
.github/workflows/tagged_release.yml
vendored
1
.github/workflows/tagged_release.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
run: |
|
||||
cd interface
|
||||
npm ci
|
||||
npx typesafe-i18n --no-watch
|
||||
npm run build
|
||||
|
||||
- name: Build firmware
|
||||
|
||||
Reference in New Issue
Block a user