fix(core): update

This commit is contained in:
Philipp Kunz 2020-03-09 15:04:36 +00:00
parent 0c702029f2
commit 7ca9c52cc7

View File

@ -31,7 +31,7 @@ export const runCli = async () => {
break;
case argvArg.test:
default:
await tsbundle.buildTest(argvArg.from, argvArg.to);
await tsbundle.buildTest('./ts_web/index.ts', './dist_ts_web/bundle.js');
// await htmlHandler.copyHtml();
return;
}