Skip to content

Commit

Permalink
foreman instead of cargo run
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Nov 2, 2023
1 parent 3dd539b commit 0d20def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/kill-process-test-unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ create_rojo_files() {

setup_rojo() {
write_foreman_toml github rojo "rojo-rbx/rojo" "7.3.0"
cargo run --release -- install
foreman install
create_rojo_files
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/kill-process-test-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function create_rojo_files() {

function setup_rojo() {
write_foreman_toml github rojo "rojo-rbx/rojo" "7.3.0"
cargo run --release -- install
foreman install
create_rojo_files
}

Expand Down

0 comments on commit 0d20def

Please sign in to comment.