Change order

This commit is contained in:
Reinier Criel 2025-12-11 20:29:58 -08:00
parent 2b0f8d9f0d
commit 092df57695

View file

@ -60,8 +60,8 @@ if (tool) {
} else if (command === "setup") { } else if (command === "setup") {
setup(); setup();
} else if (command === "teardown") { } else if (command === "teardown") {
teardown();
teardownCi(); teardownCi();
teardown();
} else if (command === "setup-ci") { } else if (command === "setup-ci") {
setupCi(); setupCi();
} else if (command === "--version" || command === "-v" || command === "-v") { } else if (command === "--version" || command === "-v" || command === "-v") {