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

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('@gitzone/tsrun');
require('./ts/index');
const cliTool = require('./ts/index');
cliTool.runCli();