Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 435 Bytes

File metadata and controls

34 lines (24 loc) · 435 Bytes

Development

Building

npm run build

Testing

npm test

Linting

npm run lint
npm run lint:fix

Formatting

npm run format:check
npm run format:write

Releasing

  1. Wait for release-build pipeline step to finish post push to main
  2. git fetch origin && git switch release-build && git pull
  3. git tag v<INSERT_SEMVER_HERE>
  4. git push origin <tag name>