mirror of
https://github.com/ibelick/webclaw.git
synced 2026-08-14 00:57:51 +00:00
chore(release): simplify webclaw npm publish flow and align landing installer with CLI init
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "WebClaw CLI",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"webclaw": "./bin/webclaw.js"
|
||||
"webclaw": "bin/webclaw.js"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
|
||||
Reference in New Issue
Block a user