Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 381 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 381 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

Dev Plugin

# This Step must only be executed in Build
$ yarn dev

Debug

TODO

Test

$ yarn test