We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 125b322 + 06dc40d commit 931f8eaCopy full SHA for 931f8ea
scripts/deploy.sh
@@ -16,5 +16,5 @@ npm run semantic-release
16
if [[ $TRAVIS_BRANCH == "master" ]]; then
17
mkdir pages
18
cp -R dist/docs/documentation/ pages/documentation
19
- cp -R dist/docs/storybook/ pages
+ cp -R dist/docs/storybook/* pages
20
fi
0 commit comments