Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 303 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 303 Bytes

Contributing

Build

The build steps transpiles the src/main.ts to lib/main.js and then packs to dist/index.js. It is handled by Typescript compiler.

  • Install NodeJS 12
npm install
npm i -g @zeit/ncc
  • To update the code
npm run build
npm run format
npm run pack