From cfbe4bbcb9e9ff4e4e3cadad252371b78f932c8f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 12 Mar 2022 21:09:33 +0100 Subject: [PATCH] fix(core): update --- cli.ts.child.ts => cli.child.ts | 0 cli.ts.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cli.ts.child.ts => cli.child.ts (100%) 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