* feat: add fields options for create/update actions * test: add test case for json * fix: minor update for reviews * fix: test case * fix: change fields filter strategy for create/update * feat: add transaction for create/update
# 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>