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; break;
case argvArg.test: case argvArg.test:
default: default:
await tsbundle.buildTest(argvArg.from, argvArg.to); await tsbundle.buildTest('./ts_web/index.ts', './dist_ts_web/bundle.js');
// await htmlHandler.copyHtml(); // await htmlHandler.copyHtml();
return; return;
} }