Skip to content

Commit

Permalink
add scale entrypoint to dnt
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Jul 11, 2023
1 parent 4692d7e commit 01969ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _tasks/build_npm_pkg.ts
Expand Up @@ -7,7 +7,10 @@ const description =
"subShape provides primitives and patterns for crafting composable shapes featuring cohesive typing, validation, serialization, and reflection."

await build({
entryPoints: ["mod.ts"],
entryPoints: [
{ name: ".", path: "mod.ts" },
{ name: "./scale", path: "scale.ts" },
],
outDir: "target/npm_pkg",
package: {
name: "subshape",
Expand Down

0 comments on commit 01969ba

Please sign in to comment.