mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Change teardown order
This commit is contained in:
parent
369167e005
commit
03d67d92be
1 changed files with 1 additions and 1 deletions
|
|
@ -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") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue