Skip to content

Commit

Permalink
clean up and changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Jan 2, 2025
1 parent d755ece commit bc46c1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tech Stories
---

Update to Storybook to 8.4.7 ([#11468](https://github.com/linode/manager/pull/11468))
2 changes: 1 addition & 1 deletion packages/manager/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ const config: StorybookConfig = {

export default config;

function getAbsolutePath(value: string): any {
function getAbsolutePath(value: string): string {
return dirname(require.resolve(join(value, 'package.json')));
}

0 comments on commit bc46c1c

Please sign in to comment.