Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 226 Bytes

File metadata and controls

10 lines (9 loc) · 226 Bytes

Release Checklist

  • npm install
  • npm run build
  • npm test
  • npm pack --dry-run
  • inspect tarball for dist/src, schemas, README, LICENSE, package.json
  • npm publish --access public
  • git tag v1.2.0
  • git push origin v1.2.0