fix(core): update

This commit is contained in:
2020-06-01 19:37:11 +00:00
parent 4641cc7cad
commit 815008e881
5 changed files with 15 additions and 8 deletions

5
cli.js
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env node
process.env.CLI_CALL_TSRUN = 'true'
var index = require("./dist/index.js");
process.env.CLI_CALL = 'true';
const cliTool = require('./dist_ts/index');
cliTool.runCli();