Skip to content

Commit

Permalink
chore: add scale entrypoint to dnt (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi authored Jul 11, 2023
1 parent 4692d7e commit bff70f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _tasks/build_npm_pkg.ts
Original file line number Diff line number Diff line change
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 bff70f6

Please sign in to comment.