Skip to content

Commit 946c83d

Browse files
committed
cli fixes
1 parent fad5a10 commit 946c83d

File tree

10 files changed

+433
-17
lines changed

10 files changed

+433
-17
lines changed

packages/cli/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@elizaos/cli",
2+
"name": "elizaos",
33
"version": "1.0.0-alpha.23",
44
"description": "elizaOS CLI - Manage your AI agents and plugins",
55
"publishConfig": {
@@ -30,10 +30,7 @@
3030
},
3131
"scripts": {
3232
"cli": "bun run build && node dist/index.js",
33-
"start": "bun run build",
3433
"build": "tsup && bun run src/scripts/copy-client-dist.ts && bun run src/scripts/copy-to-create-eliza.ts && bun run src/scripts/copy-templates.ts",
35-
"watch": "tsc --watch",
36-
"typecheck": "tsc --noEmit",
3734
"release": "changeset version",
3835
"test": "vitest run",
3936
"test:dev": "REGISTRY_URL=http://localhost:3333 vitest run",

0 commit comments

Comments
 (0)