Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 354 Bytes

File metadata and controls

40 lines (29 loc) · 354 Bytes

Developing guide

Running locally

npm i
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