Skip to content

Commit

Permalink
Remove outdated update-characters and push-all scripts from package.j…
Browse files Browse the repository at this point in the history
…son to streamline character management processes.
  • Loading branch information
tmoindustries committed Jan 16, 2025
1 parent 4425d97 commit 06a8e27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"build": "turbo run build --filter=!eliza-docs",
"build-docker": "turbo run build",
"start": "git submodule update --init --recursive && pnpm --filter \"@elizaos/agent\" start --isRoot",
"update-characters": "cd characters && git checkout main && git pull origin main && git merge HEAD && git push origin main && cd ..",
"push-all": "pnpm update-characters && git push",
"start:client": "pnpm --dir client dev",
"start:debug": "cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \"@elizaos/agent\" start --isRoot",
"dev": "bash ./scripts/dev.sh",
Expand Down

0 comments on commit 06a8e27

Please sign in to comment.