fix(core): update
This commit is contained in:
parent
bd9ec3b313
commit
1b91c7a46c
@ -42,12 +42,12 @@ export const runCli = async () => {
|
||||
// const htmlHandler = new HtmlHandler();
|
||||
switch (true) {
|
||||
case argvArg.production || process.env.CI:
|
||||
await tsbundle.buildProduction('./ts/index.ts', './dist_ts/bundle.js');
|
||||
await tsbundle.buildProduction('./ts/index.ts', './dist_bundle/bundle.js');
|
||||
// await htmlHandler.minifyHtml();
|
||||
break;
|
||||
case argvArg.test:
|
||||
default:
|
||||
await tsbundle.buildTest('./ts/index.ts', './dist_ts/bundle.js');
|
||||
await tsbundle.buildTest('./ts/index.ts', './dist_bundle/bundle.js');
|
||||
// await htmlHandler.copyHtml();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user