npm run build
npm run demo
Open the server here
npm run test
npm run test:once
- Check out a branch and edit package version and add changelog entry
- Run
npm install
again to updatepackage-lock.json
- Open PR and merge into
master
- Run
git checkout master && git pull origin master
- Make sure everything is 👌
- Run this script via
npm run release
- Build and publish the demo app
npm run build:demo && npm run gh-pages
- Update all the official StackBlitz demos
- Edit release on Github