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") {
setup();
} else if (command === "teardown") {
teardown();
teardownCi();
teardown();
} else if (command === "setup-ci") {
setupCi();
} else if (command === "--version" || command === "-v" || command === "-v") {