Skip to content

Commit

Permalink
Add CI for tests and elm-review #21
Browse files Browse the repository at this point in the history
  • Loading branch information
decioferreira committed Sep 17, 2024
1 parent 29f763a commit 4dd19a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.3.0
v22.8.0
3 changes: 1 addition & 2 deletions lib/guida.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ try {
`elm make terminal/src/Main.elm --debug --output ${jsFile}`
);
} catch (e) {
console.error(e);
process.exit(255);
}

Expand All @@ -25,6 +26,4 @@ const sourceCode = template({
});

fs.writeFileSync("./bin/guida.js", sourceCode, { mode: 0o755 });

fs.unlinkSync(jsFile);
process.exit(255);

0 comments on commit 4dd19a1

Please sign in to comment.