Skip to content

Commit 155df09

Browse files
committed
☕ Disable tests for building npm package for now
1 parent 905643c commit 155df09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/build_npm.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ await emptyDir("./npm");
1313

1414
await build({
1515
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,
1620
entryPoints: ["./mod.ts"],
1721
outDir: "./npm",
1822
shims: {

0 commit comments

Comments
 (0)