Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

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