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.
1 parent cf7fc18 commit 18ed451Copy full SHA for 18ed451
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