Files
frontend/README.md

28 lines
520 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# frontend
## Добавление нового пакета
1. Скопировать один из существующих пакетов в папке `packages`
2. На его основе подготовить новый пакет
3. Запустить `yarn`
## Публикация новых версий
```bash
yarn lerna publish
```
## Обновление зависимостей
```bash
yarn set version stable
yarn upgrade-interactive
yarn dedupe
yarn dlx @yarnpkg/sdks base
yarn install
```