fix(core): update

This commit is contained in:
2022-08-03 19:34:51 +02:00
parent 67e42cc0bd
commit f27c27bd31
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ export const runCli = async () => {
/**
* the standard task compiles anything in ts/ directory to dist directory
*/
tsbuildCli.standardTask().subscribe(async (argvArg) => {
tsbuildCli.standardCommand().subscribe(async (argvArg) => {
tsbuild.compileGlobStringObject(
{
'./ts/**/*.ts': './dist_ts',