Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 234 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 234 Bytes

How to contribute

install dev dependencies

yarn

build

yarn build

lint code

yarn lint

release

Make sure you have the permission to execute git push, npm publish and vsce publish first.

yarn release