Explorar el Código

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

unknown hace 8 horas
padre
commit
acc01bf59d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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..."