Skip to main content
This page lists implemented commands used in this repository.

Workspace-level Commands

npm run dev
npm run build
npm run lint
npm run test
npm run typecheck

Database Commands

npm run db:migrate
npm run db:push
npm run db:studio

App-specific Commands

npm run dev --workspace=clawcontrol
npm run test --workspace=clawcontrol
npm run typecheck --workspace=clawcontrol

Workflow Validation (Desktop Runtime)

npm run workflow:test:desktop
Runs strict live workflow validation against the desktop DB with real dispatch sessions and writes machine-readable reports under /Users/savorgserver/OpenClaw/tmp/.

Desktop Build Commands

npm run build:mac --workspace=clawcontrol-desktop
npm run build:win --workspace=clawcontrol-desktop
npm run build:linux --workspace=clawcontrol-desktop

Docs Validation Commands

cd mintlify
npm run check

Last updated

2026-02-17