chore: simplify package scripts (remove duplicates, logical ordering)
This commit is contained in:
@@ -10,18 +10,14 @@
|
||||
"build:container": "docker build -f container/Dockerfile -t ejclaw-reviewer:latest .",
|
||||
"build:all": "bun run build && bun run build:runners && bun run build:container",
|
||||
"deploy": "git pull && bun run build:all && systemctl --user restart ejclaw",
|
||||
"restart:stack": "bash scripts/restart-ejclaw-stack.sh",
|
||||
"restart:hint": "bun src/restart-context-cli.ts write",
|
||||
"start": "bun dist/index.js",
|
||||
"dev": "bun --watch src/index.ts",
|
||||
"test": "vitest run",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"format": "prettier --write \"src/**/*.ts\"",
|
||||
"format:fix": "prettier --write \"src/**/*.ts\"",
|
||||
"format:check": "prettier --check \"src/**/*.ts\"",
|
||||
"prepare": "husky",
|
||||
"setup": "bun setup/index.ts",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest"
|
||||
"setup": "bun setup/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.27.1",
|
||||
|
||||
Reference in New Issue
Block a user