mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
remove duplicate no-watch
This commit is contained in:
@@ -9,7 +9,7 @@ def buildWeb():
|
|||||||
print("Building web interface...")
|
print("Building web interface...")
|
||||||
try:
|
try:
|
||||||
env.Execute("pnpm install")
|
env.Execute("pnpm install")
|
||||||
env.Execute("pnpm typesafe-i18n --no-watch")
|
env.Execute("pnpm typesafe-i18n")
|
||||||
with open("./src/i18n/i18n-util.ts") as r:
|
with open("./src/i18n/i18n-util.ts") as r:
|
||||||
text = r.read().replace("Locales = 'pl'", "Locales = 'en'")
|
text = r.read().replace("Locales = 'pl'", "Locales = 'en'")
|
||||||
with open("./src/i18n/i18n-util.ts", "w") as w:
|
with open("./src/i18n/i18n-util.ts", "w") as w:
|
||||||
|
|||||||
Reference in New Issue
Block a user