Skip to content

Commit

Permalink
upgrading to storyhbook 8.1.1, fixing some docs display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed May 15, 2024
1 parent c021700 commit ea0df86
Show file tree
Hide file tree
Showing 43 changed files with 1,020 additions and 352 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Explorer-1 GNUMakefile
ifneq (,)
This makefile requires GNU Make.
endif

storybook:
npm run storybook

storybook-update:
npx storybook@latest upgrade

storybook-migrate:
npx storybook automigrate

storybook-doctor:
npx storybook automigrate
Loading

0 comments on commit ea0df86

Please sign in to comment.