fix(core): update

This commit is contained in:
2020-05-22 08:14:59 +00:00
parent 6c109cb381
commit 7e973c906a
5 changed files with 8 additions and 58 deletions

3
cli.js
View File

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