Skip to content

Commit

Permalink
fix: add pull to update-characters script
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoindustries committed Jan 16, 2025
1 parent fbf107b commit 39d5df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"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 merge HEAD && git push origin main && cd ..",
"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",
Expand Down

0 comments on commit 39d5df2

Please sign in to comment.