Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 445 Bytes

File metadata and controls

15 lines (13 loc) · 445 Bytes

Development Checklist

  • Have you written tests for your code?
  • Does the code pass all tests? npm run test
  • Have you upated documentation?
  • Have you generated docs via npm run docs && npm run docs:json
  • Have you reviewed the code locally?
  • Have you used the code locally?
  • Check your email and username. Protect PII. git log -n1
npm run build
npm run test
npm run docs && npm run docs:json