- estraverse included by hand, because of broken webpack import
npm install
lerna bootstrap
In one terminal
cd packages/core
npm run build -- -w
In another terminal
cd packages/demo
npm run serve-dev
starts the webpack server
lerna run build
all static files are created nowlerna run serve-build
to spawn a simple webserver- go to http://localhost:9032/yode
git checkout master
git merge --no-ff develop
git push
- check travis build status
lerna publish
github_changelog_generator
- commit changelog and push
- draft release at release page with content from changelog
git checkout develop && git merge --no-ff master && git push