Skip to content

Commit

Permalink
Add storybook to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nderkim authored and dcousens committed Nov 16, 2022
1 parent edf5265 commit ed2ee59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"start": "cd docs && yarn start",
"start:test": "cd docs && yarn start:test",
"build:docs": "cd docs && yarn build:docs",
"build:docs": "yarn --cwd=docs build:docs && yarn --cwd=storybook build && cp -r storybook/storybook-static docs/dist/storybook",
"fresh": "rm -rf node_modules && yarn install",
"test": "npm run test:jest && npm run test:cypress",
"test:jest": "jest --coverage",
Expand Down

0 comments on commit ed2ee59

Please sign in to comment.