fix(core): update

This commit is contained in:
2020-04-30 09:02:43 +00:00
parent 3e05c116f3
commit 2f57c26b87
8 changed files with 48 additions and 48 deletions

5
cli.js
View File

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