Skip to content

Commit

Permalink
fix(npm): building for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeleet committed Oct 1, 2023
1 parent 3067ca4 commit 275feb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_npm_package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ await emptyDir("./npm");
await build({
entryPoints: ["./mod.ts"],
outDir: "./npm",
importMap: "./vendor/import_map.json",
importMap: "./deno.json",
typeCheck: false,
skipSourceOutput: true,
test: true,
Expand Down
Binary file not shown.

0 comments on commit 275feb4

Please sign in to comment.