Skip to content

Commit

Permalink
Merge pull request #62 from DiamondLightSource/update-rollout-config
Browse files Browse the repository at this point in the history
Change rollup input path
  • Loading branch information
abigailalexander authored Sep 24, 2024
2 parents d5007a7 + 1c81e5b commit 4a00374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default [
],
},
{
input: "dist/esm/types/index.d.ts",
input: "dist/esm/index.d.ts",
output: [{ file: "dist/index.d.ts", format: "esm" }],
plugins: [dts()],

Expand Down

0 comments on commit 4a00374

Please sign in to comment.