fix GH build

This commit is contained in:
MichaelDvP
2025-04-20 18:08:34 +02:00
parent c523a379fe
commit fe6e9be4d3

View File

@@ -42,7 +42,9 @@ jobs:
- name: Build WebUI - name: Build WebUI
run: | run: |
cd interface cd mock-api
yarn install
cd ../interface
yarn install yarn install
yarn typesafe-i18n --no-watch yarn typesafe-i18n --no-watch
sed -i "s/= 'pl'/= 'en'/" ./src/i18n/i18n-util.ts sed -i "s/= 'pl'/= 'en'/" ./src/i18n/i18n-util.ts