Change teardown order

This commit is contained in:
Sander Declerck 2026-02-05 11:09:15 +01:00
parent 369167e005
commit 03d67d92be
No known key found for this signature in database

View file

@ -104,8 +104,8 @@ if (tool) {
})(); })();
} }
} else if (command === "teardown") { } else if (command === "teardown") {
teardownDirectories();
teardown(); teardown();
teardownDirectories();
} 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") {