Skip to content

Commit

Permalink
Type-check both outputs when building
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Feb 10, 2024
1 parent 5e828a7 commit ae911bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ await build({
entryPoints: ["./mod.ts"],
outDir: "./dist/npm",
shims: { deno: "dev" },
typeCheck: "both",
package: {
name: "content-security-policy-parser",
author: "Evan Hahn <[email protected]> (https://evanhahn.com)",
Expand Down

0 comments on commit ae911bf

Please sign in to comment.