yarn
This will trigger some build on the postinstall
script:
husky install
lerna link
run docker-compose services db, hasura, maildev, api launch hasura console run react-scripts start
yarn dev
yarn dev:server:log
to stop current react dev console:
press CTRL+C
in current terminal
to stop current containers:
docker-compose down
to remove installed packages
rm -rf node_modules
rm -rf packages/app/node_modules
rm -rf packages/api/node_modules
to remove db
docker volume rm emjpm_emjpm-pgdata
this work without any previous install
yarn dev:prod
yarn release
You need to name your branch with the commit lint convention
branch name template:
type/***-***
Must be one of the following:
as a reference see https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-angular