mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-13 09:30:23 +08:00
14 lines
523 B
JSON
14 lines
523 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "yarn && build-storybook -o ./dist -c ./storybook/.storybook",
|
|
"start": "start-storybook -p 9001 -c ./storybook/.storybook --dont-track",
|
|
"publish": "yarn build && git checkout gh-pages && rm -rf ./storybook && mv docs/dist storybook && git add -A && git commit -m \"Storybook deploy\" && git push origin gh-pages && git checkout -"
|
|
},
|
|
"dependencies": {
|
|
"@kadira/storybook": "^2.35.3",
|
|
"@kadira/storybook-addon-options": "^1.0.2"
|
|
}
|
|
}
|