Add netlify for polymer

This commit is contained in:
Hypnosphi 2018-02-16 23:26:31 +03:00
parent 70ce583789
commit 7e23bac752

View File

@ -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