Skip to content

Commit

Permalink
chore(just): change sync command to sync-submodules
Browse files Browse the repository at this point in the history
This should avoid accidentally running the command
  • Loading branch information
Boshen committed Jan 22, 2024
1 parent d00c44c commit 26571c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ new-react-perf-rule name:
cargo run -p rulegen {{name}} react-perf

# Sync all submodules with their own remote repos (this is for Boshen updating the submodules)
sync:
sync-submodules:
git submodule update --init --remote

# Upgrade all Rust dependencies
Expand Down
2 changes: 1 addition & 1 deletion tasks/coverage/babel
Submodule babel updated 598 files

0 comments on commit 26571c7

Please sign in to comment.