Skip to content

Commit

Permalink
remove test run since it fails all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Nov 29, 2023
1 parent 3fc3d52 commit 17e0407
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 2 deletions.
74 changes: 74 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ await build({
entryPoints: ['./mod.ts'],
outDir: './npm',
scriptModule: false,
shims: { deno: 'dev', weakRef: 'dev' },
test: true,
shims: { deno: false },
test: false,
compilerOptions: {
lib: ['DOM', 'ES2021.String'],
target: 'ES2022',
Expand Down

0 comments on commit 17e0407

Please sign in to comment.