Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 642 Bytes

CONTRIBUTION.md

File metadata and controls

46 lines (28 loc) · 642 Bytes

Contribution

Get started

  • clone project
  • install dependencies npm i

Development

  • Run dev server with watch mode
npm run dev
  • Run unit test with watch mode
npm run test:watch
  • Run linter
npm run lint

Publishing plugin

  1. Config GITHUB_TOKEN in .env

see release-it doc

  1. Run automated release
npm run release
  1. Publish plugin with figma

see figma doc

Environment

  • NodeJS minimal version 21.6.2