From 715b7a89ada02ad0b79c8d4cfd1bc4d85d3203b7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 20 Mar 2020 05:34:05 +0000 Subject: [PATCH] fix(core): update --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.js b/cli.js index 7ebcc5d..a89c9c5 100644 --- a/cli.js +++ b/cli.js @@ -1,4 +1,4 @@ #!/usr/bin/env node process.env.CLI_CALL = 'true'; -const cliTool = require('./dist/index'); +const cliTool = require('./dist_ts/index'); cliTool.runCli();