Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 422 Bytes

development.md

File metadata and controls

15 lines (11 loc) · 422 Bytes

Development

To get started with this repo, compile the plugin's code and the examples code

npm run transpile
npm run build
npm run cy:open
  • run TypeScript compiler in watch mode with npx tsc -w
  • run Cypress with npx cypress open and select the spec you want to work with
  • edit lib/index.ts where all the magic happens

This library is published by CI automatically following semantic versioning