Skip to content

Commit

Permalink
Removes storybook package and related code
Browse files Browse the repository at this point in the history
Resolves #1171

Signed-off-by: Tommy Markley <markleyt@amazon.com>
  • Loading branch information
Tommy Markley committed Feb 3, 2022
1 parent fc96cc3 commit 67df30e
Show file tree
Hide file tree
Showing 28 changed files with 198 additions and 4,656 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ module.exports = {
*/
{
files: [
'**/*.stories.tsx',
'test/*/config.ts',
'test/*/config_open.ts',
'test/*/{tests,test_suites,apis,apps}/**/*',
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"build:types": "rm -rf ./target/types && tsc --p tsconfig.types.json",
"docs:acceptApiChanges": "node --max-old-space-size=6144 scripts/check_published_api_changes.js --accept",
"osd:bootstrap": "node scripts/build_ts_refs && node scripts/register_git_hook",
"spec_to_console": "node scripts/spec_to_console",
"storybook": "node scripts/storybook"
"spec_to_console": "node scripts/spec_to_console"
},
"repository": {
"type": "git",
Expand Down
41 changes: 0 additions & 41 deletions packages/osd-storybook/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions packages/osd-storybook/index.ts

This file was deleted.

37 changes: 0 additions & 37 deletions packages/osd-storybook/lib/constants.ts

This file was deleted.

41 changes: 0 additions & 41 deletions packages/osd-storybook/lib/default_config.ts

This file was deleted.

49 changes: 0 additions & 49 deletions packages/osd-storybook/lib/register.ts

This file was deleted.

88 changes: 0 additions & 88 deletions packages/osd-storybook/lib/run_storybook_cli.ts

This file was deleted.

70 changes: 0 additions & 70 deletions packages/osd-storybook/lib/templates/index.ejs

This file was deleted.

Loading

0 comments on commit 67df30e

Please sign in to comment.