Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 298 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 298 Bytes

Contributing to plugin

Set up

Install dev deps after git clone the repo.

# npm is not allowed.
$ yarn

Build

Transform with babel and rollup.

$ yarn build

# Build and monitor file changes
$ yarn build --watch

Debug

TODO

Test

$ yarn test