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