Skip to content

Commit

Permalink
Add storybook to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nderkim committed Nov 3, 2022
1 parent ef8aec0 commit b07f568
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 b07f568

Please sign in to comment.