Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 380 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 380 Bytes

Contributing to plugin

Set up

Install dev deps after git clone the repo.

# npm is not allowed.
$ pnpm i

Build

Transform with babel and rollup.

$ pnpm run build

# Build and monitor file changes
$ pnpm run dev

Dev Plugin

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

Debug

TODO

Test

$ pnpm test