mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +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
|
||||
mv storybook-static ../../netlify-build
|
||||
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
|
||||
echo "netlify-build official examples"
|
||||
pushd examples/official-storybook
|
||||
|
Loading…
x
Reference in New Issue
Block a user