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