Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 170 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 170 Bytes

Contributing

Dev

yarn

yarn lint
yarn build
yarn test

Releasing

GH_TOKEN="token" yarn semantic-release --ci=false
yarn build
yarn publish