fix(core): update

This commit is contained in:
2020-11-27 12:02:57 +00:00
parent c28ff5212e
commit d75a65ee46
4 changed files with 14 additions and 4 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();