fix(core): update

This commit is contained in:
2020-06-01 19:58:15 +00:00
parent a6ecf1d530
commit 4602fed130
3 changed files with 7 additions and 8 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();