You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: knowledge.md
+8
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,11 @@ Package is configured as a CLI tool:
11
11
- package.json
12
12
13
13
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`
0 commit comments