* refactor: change updateAssociations from set null to small grouped handling * feat: add transaction for updateAssociations * test: add more basic cases * fix: pick options for different model methods * fix: adjust options picking strategy
# Install dependencies for root project npm i # Install dependencies for sub packages via lerna npm run bootstrap
cp .env.example .env
# For all packages npm test # For specific package npm test packages/<name>