Skip to content

Commit

Permalink
Run ov just install as part of ov init (#4790)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Aug 20, 2024
1 parent 73987f2 commit 8b63084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ov
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COMMANDS
Initialise the Openverse development toolkit for the first time
Alias for:
ov build && ov setup-env && ov just install-hooks && ov just init-ov-profile
ov build && ov setup-env && ov just install-hooks init-ov-profile install
ov build [...ARGS]
Build the Openverse development toolkit Docker image.
Expand Down Expand Up @@ -88,6 +88,7 @@ init)
"$_self" setup-env
"$_self" just install-hooks
"$_self" just init-ov-profile
"$_self" just install
;;

build)
Expand Down

0 comments on commit 8b63084

Please sign in to comment.