Merge pull request #2528 from MichaelDvP/dev

fix GH build
This commit is contained in:
Proddy
2025-04-20 21:43:38 +02:00
committed by GitHub

View File

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