mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Add netlify for polymer
This commit is contained in:
parent
70ce583789
commit
7e23bac752
@ -35,6 +35,13 @@ elif [ "$BUILD_CONTEXT" = "ANGULAR" ]; then
|
|||||||
yarn build-storybook
|
yarn build-storybook
|
||||||
mv storybook-static ../../netlify-build
|
mv storybook-static ../../netlify-build
|
||||||
popd
|
popd
|
||||||
|
elif [ "$BUILD_CONTEXT" = "POLYMER" ]; then
|
||||||
|
echo "netlify-build Polymer examples"
|
||||||
|
pushd examples/polymer-cli
|
||||||
|
yarn
|
||||||
|
yarn build-storybook
|
||||||
|
mv storybook-static ../../netlify-build
|
||||||
|
popd
|
||||||
elif [ "$BUILD_CONTEXT" = "OFFICIAL" ]; then
|
elif [ "$BUILD_CONTEXT" = "OFFICIAL" ]; then
|
||||||
echo "netlify-build official examples"
|
echo "netlify-build official examples"
|
||||||
pushd examples/official-storybook
|
pushd examples/official-storybook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user