Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 212 Bytes

DEV.md

File metadata and controls

14 lines (11 loc) · 212 Bytes

DEV notes

Release a new version

  1. Edit version in package.json
  2. Run yarn build
  3. Publish cd pkg && npm publish && cd -
  4. Commit and push
git add .
git commit -m ':bookmark: v'
git push