Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 144 Bytes

PUBLISHING.md

File metadata and controls

10 lines (9 loc) · 144 Bytes

Publishing

yarn ci:check
yarn build
# update changelog&readme
npm version 1.1.1-1
npm publish --tag next
git push && git push --tags