Skip to content

Commit

Permalink
fix: do not generate types in commonjs build
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Feb 19, 2024
1 parent 1b2fa95 commit c06625c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ kotlin {
useCommonJs()
} else {
useEsModules()
generateTypeScriptDefinitions()
}
binaries.library()
generateTypeScriptDefinitions()
}
val hostOs = System.getProperty("os.name")
val isArm64 = System.getProperty("os.arch") == "aarch64"
Expand Down

0 comments on commit c06625c

Please sign in to comment.