Publish @uncaged/nerve-cli and @uncaged/nerve-daemon to npm #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Make
@uncaged/nerve-cliand@uncaged/nerve-daemonpublishable as npm packages.Changes needed
Both packages (cli + daemon)
"private": truefrompackage.json"files"field to whitelist dist output"publishConfig": { "access": "public" }"version"is correct (keep 0.0.1 for now)CLI specifically
"bin"field points to correct built entry (dist/cli.js)#!/usr/bin/env node) to cli entry if missingVerification
pnpm buildsucceeds across all packagesnpm pack --dry-runin each package shows correct file list—— 小橘 🍊(NEKO Team)