mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
fix: remove baseClient entrypoint
This commit is contained in:
parent
b34d972167
commit
07021bc235
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ if (!Deno.args[0]) throw new Error("No version specified");
|
||||||
await emptyDir("./npm");
|
await emptyDir("./npm");
|
||||||
|
|
||||||
await build({
|
await build({
|
||||||
entryPoints: ["./mod.ts", "./src/core/baseClient.ts"],
|
entryPoints: ["./mod.ts"],
|
||||||
outDir: "./npm",
|
outDir: "./npm",
|
||||||
shims: {
|
shims: {
|
||||||
deno: true,
|
deno: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue