Skip to content

Commit

Permalink
chore: add storybook doctor script (#3135)
Browse files Browse the repository at this point in the history
Used to analyse the storybook installation and point to potential
errors.
  • Loading branch information
gfellerph committed Jun 18, 2024
1 parent 0fcd2eb commit 2a1e959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/documentation/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Storybook specific
storybook-static
doctor-storybook.log

# Project specific
public/manager
Expand Down
1 change: 1 addition & 0 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"e2e": "cypress run",
"e2e:ci": "xvfb-run -a cypress run",
"e2e:watch": "cypress open",
"doctor": "storybook doctor",
"snapshots": "percy exec -- cypress run --config-file ./cypress.snapshot.config.js --record --key 0995e768-43ec-42bd-a127-ff944a2ad8c9",
"lint": "eslint **/*.{js,ts,tsx,mdx}"
},
Expand Down

0 comments on commit 2a1e959

Please sign in to comment.