git clone git@github.com:dinify/workspace.git
yarn global lerna
lerna bootstrap
lerna bootstrap
will install and link dependencies of all packages
Replace package
with one of the following: admin, app, waiter, dash, landing, functions
# Start development server
yarn package:dev
# Build and deploy package to production
yarn package:deploy
# Build a package
yarn package:build
# Run tests on a package
yarn package:test
# Deploy all deployable packages
yarn deploy
# Build all packages
yarn build
# Run tests on all packages
yarn test
git add ...
git commit ...
lerna version