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

View File

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