Skip to content

Commit

Permalink
Add comments to commands in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwarden authored and mergify[bot] committed Sep 11, 2024
1 parent f9eac5b commit d19822b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ install-node-extension-from-earthly:
(cd ./GlobalBrain.jl/globalbrain-node && npm install)
npm install --ignore-scripts --save './GlobalBrain.jl/globalbrain-node'

# replay all vote events (rebuild global-brain.db based on vote events)
replay-vote-events:
rm -f $SOCIAL_PROTOCOLS_DATADIR/global-brain.db
sqlite3 $APP_DATABASE_PATH "delete from effectEvent where 1=1"
Expand Down

0 comments on commit d19822b

Please sign in to comment.