/definance

Primary LanguagePHPMIT LicenseMIT

Обновление vendor

  1. Клонируем в отдельную папку https://github.com/noxonsu/unifactory
git clone https://github.com/noxonsu/unifactory
  1. Переключаем версию ноды и устанавливаем зависимости
cd unifactory
nvm use 16
npm i --legacy-peer-deps
  1. Делаем чистый билд
npm run build_clean
  1. Удалить содержимое папки
definance\vendor_source
  1. Скопировать свежий билд из unifactory\build в definance\vendor_source
  2. Увеличить версию в файле definance\definance.php

https://github.com/noxonsu/definance/blob/master/definance.php#L9 https://github.com/noxonsu/definance/blob/master/definance.php#L16