Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 270 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 270 Bytes

Contributing

  • corepack enable npm
  • npm login
  • npx npm-check-updates -u
  • npm install
  • BUNNY_ACCESS_KEY="***" npx tsx src/tests/index.test.ts
  • npm run build
  • git add -A
  • git commit -m "message"
  • npm version patch
  • git push
  • npm publish