mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
Add netlify build for Mithril
This commit is contained in:
parent
d5eaf71dc2
commit
682c899d58
@ -42,6 +42,13 @@ elif [ "$BUILD_CONTEXT" = "POLYMER" ]; then
|
||||
yarn build-storybook
|
||||
mv storybook-static ../../netlify-build
|
||||
popd
|
||||
elif [ "$BUILD_CONTEXT" = "MITHRIL" ]; then
|
||||
echo "netlify-build Mithril examples"
|
||||
pushd examples/mithril-kitchen-sink
|
||||
yarn
|
||||
yarn build-storybook
|
||||
mv storybook-static ../../netlify-build
|
||||
popd
|
||||
elif [ "$BUILD_CONTEXT" = "OFFICIAL" ]; then
|
||||
echo "netlify-build official examples"
|
||||
pushd examples/official-storybook
|
||||
|
Loading…
x
Reference in New Issue
Block a user