Ver código fonte

Update: корректировка пути к venv (удалена точка)

unknown 1 dia atrás
pai
commit
3fad331e11
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -6,9 +6,9 @@
   "scripts": {
     "dev": "npm run i18n:generate && vite",
     "build": "npm run i18n:generate && vue-tsc && vite build",
-    "i18n:generate": "backend\\.venv\\bin\\python.exe scripts/manage_locales.py split",
-    "i18n:merge": "backend\\.venv\\bin\\python.exe scripts/manage_locales.py merge",
-    "i18n:check": "backend\\.venv\\bin\\python.exe scripts/manage_locales.py missing",
+    "i18n:generate": "backend\\venv\\bin\\python.exe scripts/manage_locales.py split",
+    "i18n:merge": "backend\\venv\\bin\\python.exe scripts/manage_locales.py merge",
+    "i18n:check": "backend\\venv\\bin\\python.exe scripts/manage_locales.py missing",
     "lint": "eslint . --ext ts,vue --report-unused-disable-directives --max-warnings 0",
     "preview": "vite preview",
     "test": "vitest run"