Skip to content

Commit

Permalink
Temporarily disable the .storybook/manager.js to fix the build
Browse files Browse the repository at this point in the history
hoping this does the trick. when storybookjs/storybook#15312 is merged, we can try reenabling this file.
  • Loading branch information
acusti committed Jun 22, 2021
1 parent f58c6a7 commit b43965d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/docs/.storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { addons } from '@storybook/addons';

addons.setConfig({
enableShortcuts: false,
});
// TODO temporarily disabled until https://github.com/storybookjs/storybook/pull/15312 is merged
// import { addons } from '@storybook/addons';
//
// addons.setConfig({
// enableShortcuts: false,
// });

0 comments on commit b43965d

Please sign in to comment.