Skip to content

Commit

Permalink
fix(cli): Build error
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 11, 2023
1 parent e786154 commit 8d2698b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli.ts
@@ -1,4 +1,6 @@
/* eslint-disable */

Check failure on line 1 in src/cli.ts

View workflow job for this annotation

GitHub Actions / build-and-lint

'cli.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.

/*
Error.stackTraceLimit = Infinity;
import * as fs from "fs";
Expand Down Expand Up @@ -40,3 +42,4 @@ for (const filename of mdFiles) {
flag: "w",
});
}
*/

0 comments on commit 8d2698b

Please sign in to comment.