Skip to content

Commit

Permalink
Do not copy types on test build to avoid type conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 9, 2024
1 parent 38c9a95 commit e5e26b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default async function (
addCliEntry(),
esmDynamicImport(),
!command.configTest && collectLicenses(),
copyNodeTypes()
!command.configTest && copyNodeTypes()
],
strictDeprecations: true,
treeshake
Expand Down

0 comments on commit e5e26b1

Please sign in to comment.