We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905643c commit 155df09Copy full SHA for 155df09
scripts/build_npm.ts
@@ -13,6 +13,10 @@ await emptyDir("./npm");
13
14
await build({
15
typeCheck: false,
16
+ // XXX:
17
+ // snapshot tests doesn't work with dnt so we disable tests for now
18
+ // https://github.com/denoland/dnt/issues/254
19
+ test: false,
20
entryPoints: ["./mod.ts"],
21
outDir: "./npm",
22
shims: {
0 commit comments