mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
12 lines
463 B
JSON
12 lines
463 B
JSON
{
|
|
"scripts": {
|
|
"build": "yarn && build-storybook -o ./dist -c ./storybook/.storybook",
|
|
"start": "start-storybook -p 9001 -c ./storybook/.storybook",
|
|
"release": "yarn build && git checkout gh-pages && rm -rf ../storybook && mv dist ../storybook && git add -A && git commit -m \"Storybook deploy\" && git push origin gh-pages && git checkout -"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addon-options": "^3.1.6",
|
|
"@storybook/react": "^3.1.9"
|
|
}
|
|
}
|