mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
chore: prepare release 0.1.0 with native binary support
- Update CLI version to 0.1.0 - Change bin script extension from .js to .cjs for ES module compatibility - Add release-it as dev dependency for version management - Update all platform-specific binary package versions to 0.1.0 - Enhance release workflow to support custom RELEASE_NOTES.md
This commit is contained in:
+3
-1
@@ -19,7 +19,9 @@
|
||||
"test": "cd cli && bun run test",
|
||||
"clean-session": "bun run server/scripts/cleanup-sessions.ts",
|
||||
"publish-npm": "cd cli && bun run publish-npm",
|
||||
"publish-npm:dry-run": "cd cli && bun run publish-npm:dry-run"
|
||||
"publish-npm:dry-run": "cd cli && bun run publish-npm:dry-run",
|
||||
"release": "cd cli && bun run release",
|
||||
"release:dry-run": "cd cli && bun run release:dry-run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.2.1",
|
||||
|
||||
Reference in New Issue
Block a user