fix(core): update
This commit is contained in:
parent
58246c406d
commit
9e6ab262ed
@ -34,7 +34,7 @@ tsbuildCli.addCommand('custom').subscribe(async argvArg => {
|
|||||||
|
|
||||||
tsbuildCli.addCommand('element').subscribe(async argvArg => {
|
tsbuildCli.addCommand('element').subscribe(async argvArg => {
|
||||||
await tsbuild.compileGlobStringObject({
|
await tsbuild.compileGlobStringObject({
|
||||||
"./ts_web": "dist_ts_web"
|
"./ts_web/**/*.ts": "dist_ts_web"
|
||||||
}, {}, process.cwd(), {web: true});
|
}, {}, process.cwd(), {web: true});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user