Skip to content

Commit

Permalink
Disable type-checking when building for npm because it fails on exter…
Browse files Browse the repository at this point in the history
…nal libraries
  • Loading branch information
BrunoBernardino committed Oct 10, 2024
1 parent 1c581ec commit 8a7ac99
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 @@ -10,6 +10,7 @@ await build({
shims: {
deno: true,
},
typeCheck: false,
package: {
name: 'shurley',
version,
Expand Down

0 comments on commit 8a7ac99

Please sign in to comment.