Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 277 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (14 loc) · 277 Bytes

Contributing

  • Compare with:
    • bunny-launcher
    • create-bunny-launcher
    • bunny-transfer
  • corepack enable npm
  • npm login
  • npm install
  • npm run prepublishOnly
  • git add -A
  • git commit -m "message"
  • npm version patch
  • git push
  • npm publish