chore(release): simplify webclaw npm publish flow and align landing installer with CLI init

This commit is contained in:
ibelick
2026-02-13 22:42:50 +01:00
parent 3bb5996725
commit 66bf691bb6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"lint": "pnpm -C apps/webclaw lint",
"format": "pnpm -C apps/webclaw format",
"check": "pnpm -C apps/webclaw check",
"release:webclaw": "pnpm -C packages/webclaw publish --access public",
"release:webclaw": "pnpm -C packages/webclaw exec npm publish --access public",
"bump:webclaw:patch": "pnpm -C packages/webclaw version patch --no-git-tag-version",
"bump:webclaw:minor": "pnpm -C packages/webclaw version minor --no-git-tag-version",
"bump:webclaw:major": "pnpm -C packages/webclaw version major --no-git-tag-version",
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "WebClaw CLI",
"type": "module",
"bin": {
"webclaw": "./bin/webclaw.js"
"webclaw": "bin/webclaw.js"
},
"files": [
"bin",