Skip to content

Commit

Permalink
[chore] update knowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
gerred committed Dec 22, 2024
1 parent 7f71337 commit 2d275f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions knowledge.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ Package is configured as a CLI tool:
- package.json

The build script makes the output file executable with `chmod +x`. The shebang line `#!/usr/bin/env node` ensures it runs with Node.js when installed globally.

# Publishing Process

1. Run tests and build: `bun test && bun run build`
2. Bump version: `npm version patch|minor|major`
3. Publish: `npm publish --otp=<code>`
- Requires 2FA authentication
- Get OTP code from authenticator app

0 comments on commit 2d275f0

Please sign in to comment.