Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 358 Bytes

File metadata and controls

40 lines (29 loc) · 358 Bytes

Developing guide

Running locally

npm i
npm run dev

Testing

npm run clean
npm run build
npm run typecheck
npm run test
npm run lint

Deploying

Building a one-off package

npm run clean
npm run build
npm pack

Deploying a new version

npm run release

Alpha release

npm run alpha