()
| 95 | } |
| 96 | |
| 97 | async function validate() { |
| 98 | if (!(await typecheck())) return false |
| 99 | if (!(await build())) return false |
| 100 | return true |
| 101 | } |
| 102 | |
| 103 | async function commitSmokeChanges() { |
| 104 | const out = await $`git status --porcelain`.text() |
no test coverage detected