yarn lerna run test:unit
Configure TOODLES_BASE
to the name of your repo (e.g. /toodles/
) in your environment if you want to deploy to GitHub Pages from a project repo.
cd packages/web
yarn build
# Output in packages/web/dist
# Update CHANGELOG and README and commit where relevant, then...
lerna publish
cd packages/vscode
vsce package
vsce publish