Skip to content

Commit 75859b0

Browse files
committed
feat: added dev:build command and changed dev command
1 parent ed7f901 commit 75859b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"start": "pnpm --filter \"@ai16z/agent\" start --isRoot",
77
"start:client": "pnpm --dir client start --isRoot",
88
"start:debug": "cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \"@ai16z/agent\" start --isRoot",
9-
"dev": "turbo check-types dev --concurrency 25",
9+
"dev": "bash ./scripts/dev.sh",
10+
"dev:build": "turbo run build --filter=!eliza-docs",
1011
"lint": "bash ./scripts/lint.sh",
1112
"prettier-check": "npx prettier --check .",
1213
"prettier": "npx prettier --write .",

0 commit comments

Comments
 (0)