$ corepack enable
$ yarn install
Create .env.[mode].locale
files by .env.local.example
file
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
-
Репозиторий halal-screen-proto содержит
.proto
файлы -
Репозиторий halal-screen-proto подключён в этот проект с использованием git subtree.
-
Репозиторий halal-screen-proto добавлен как удалённый репозиторий в этом проекте с таким же названием
Выполнено командой:$ git remote add halal-screen-proto [email protected]:ravshan01/halal-screen-proto.git
- Add
$ git subtree add --prefix src/proto halal-screen-proto master --squash
- Fetch (or use
proto:fetch:master
package script)$ git fetch halal-screen-proto master
- Pull (or use
proto:pull:master
package script)$ git subtree pull --prefix src/proto halal-screen-proto master --squash
$ :qa
$ yarn run proto:build
- Add