revert 5cf15f5133
This commit is contained in:
@@ -19,10 +19,10 @@ const commonConfig = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
let entryPoints = await glob("./src/**/*.ts");
|
let entryPoints = await glob("./src/*.ts", { filesOnly: true });
|
||||||
await esbuild.build({
|
await esbuild.build({
|
||||||
...commonConfig,
|
...commonConfig,
|
||||||
entryPoints,
|
entryPoints,
|
||||||
outdir: 'lib',
|
outdir: 'lib',
|
||||||
});
|
});
|
||||||
})().catch(() => process.exit(1));
|
})().catch(() => process.exit(1));
|
||||||
Reference in New Issue
Block a user