Build packages locally when using core in docker:
yarn install
yarn build
docker compose up
Build packages locally when using intellij spring boot applications:
yarn install
yarn build
docker compose -f docker-compose.dev.yml up
Before git push
yarn build
To build before pushing, pushing has a hook that runsyarn test
git push