Skip to content

Commit 2d275f0

Browse files
committed
[chore] update knowledge
1 parent 7f71337 commit 2d275f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

knowledge.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ Package is configured as a CLI tool:
1111
- package.json
1212

1313
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.
14+
15+
# Publishing Process
16+
17+
1. Run tests and build: `bun test && bun run build`
18+
2. Bump version: `npm version patch|minor|major`
19+
3. Publish: `npm publish --otp=<code>`
20+
- Requires 2FA authentication
21+
- Get OTP code from authenticator app

0 commit comments

Comments
 (0)