Sfoglia il codice sorgente

fix(deploy): use generate instead of merge for i18n

unknown 13 ore fa
parent
commit
acc01bf59d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      server_update.sh

+ 2 - 2
server_update.sh

@@ -15,8 +15,8 @@ echo "installing dependencies..."
 npm install --legacy-peer-deps
 
 # 3. Синхронизируем переводы
-echo "merging translations..."
-npm run i18n:merge
+echo "generating translations..."
+npm run i18n:generate
 
 # 4. Собираем фронтенд
 echo "building frontend..."