fix(core): update

This commit is contained in:
2022-03-12 19:32:15 +01:00
parent 6d2d48af9d
commit 035207f4f9
6 changed files with 16 additions and 13 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('@gitzone/tsrun');
const cliTool = require('./ts/index');
cliTool.runCli();
import * as tsrun from '@gitzone/tsrun';
tsrun.runPath('./cli.ts.child.js');