fix(core): update
This commit is contained in:
parent
0c702029f2
commit
7ca9c52cc7
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user