diff --git a/cli.ts.child.ts b/cli.child.ts similarity index 100% rename from cli.ts.child.ts rename to cli.child.ts diff --git a/cli.ts.js b/cli.ts.js index 56950c3..1040c75 100644 --- a/cli.ts.js +++ b/cli.ts.js @@ -1,4 +1,4 @@ #!/usr/bin/env node process.env.CLI_CALL = 'true'; import * as tsrun from '@gitzone/tsrun'; -tsrun.runPath('./cli.ts.child.js'); \ No newline at end of file +tsrun.runPath('./cli.child.js'); \ No newline at end of file