Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 368 Bytes

File metadata and controls

41 lines (30 loc) · 368 Bytes

Developing guide

Running locally

npm i
npm run setup
npm run dev

Testing

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

Deploying

Building a one-off package

npm run clean
npm ci
npm pack

Deploying a new version

npm run release

or for alpha release:

npm run alpha