Skip to content

Commit

Permalink
feat: added dev:build command and changed dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Dec 2, 2024
1 parent ed7f901 commit 75859b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "pnpm --filter \"@ai16z/agent\" start --isRoot",
"start:client": "pnpm --dir client start --isRoot",
"start:debug": "cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \"@ai16z/agent\" start --isRoot",
"dev": "turbo check-types dev --concurrency 25",
"dev": "bash ./scripts/dev.sh",
"dev:build": "turbo run build --filter=!eliza-docs",
"lint": "bash ./scripts/lint.sh",
"prettier-check": "npx prettier --check .",
"prettier": "npx prettier --write .",
Expand Down

0 comments on commit 75859b0

Please sign in to comment.