fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-12 21:09:33 +01:00
parent 72350a49ec
commit cfbe4bbcb9
2 changed files with 1 additions and 1 deletions

View File

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