Skip to content

Commit

Permalink
exit fix (#347)
Browse files Browse the repository at this point in the history
* exit fix

* mini-exit
  • Loading branch information
timbrinded authored Dec 22, 2023
1 parent 83a12a6 commit 810d1de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-pandas-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonwall/cli": patch
---

Mini exit fix
2 changes: 1 addition & 1 deletion packages/cli/src/cmds/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export async function testCmd(envName: string, additionalArgs?: object): Promise
clearNodeLogs();
}

if (env.foundation.type == "zombie") {
if (env.foundation.type !== "dev") {
process.env.MOON_EXIT = "true";
}

Expand Down

0 comments on commit 810d1de

Please sign in to comment.