Skip to content

Latest commit

 

History

History
executable file
·
17 lines (16 loc) · 247 Bytes

File metadata and controls

executable file
·
17 lines (16 loc) · 247 Bytes

Releasing

  1. Update CHANGELOG.md.
  2. Bump package.json version.
  3. Build:
    npm ci
    npm run build
  4. Dry-run package:
    npm pack --dry-run
  5. Publish:
    npm publish --access public