Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 424 Bytes

File metadata and controls

23 lines (16 loc) · 424 Bytes

Contributing

Local setup

npm install
npm run build
npm test

Useful commands

  • npm run test:core
  • npm run test:extension
  • npm run package:vsix

Release expectations

  • Keep the project local-first and deterministic
  • Do not send source code to third-party services
  • Do not hardcode Gumroad secrets
  • Update REPORT.md, README.md, and CHANGELOG.md when release behavior changes