Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 377 Bytes

NOTES.md

File metadata and controls

24 lines (18 loc) · 377 Bytes

notes for myself

Development

nvm use
yarn install
yarn package
nodemon -e ts --exec yarn test

Test in CI

git addm
git cia --no-edit
yarn package && git addm && git cia --no-edit &&  git push -f

Push a release

yarn package && git addm && git cia --no-edit &&  git tag -a -f -m "bump JS deps" v1.4.0 && git push -f --follow-tags