fixing the CI for the html kitchen sink

This commit is contained in:
libetl 2018-08-28 21:33:54 +02:00
parent be1a0ddb50
commit 5e6bb41391

View File

@ -92,6 +92,11 @@ jobs:
command: |
cd examples/mithril-kitchen-sink
yarn build-storybook
- run:
name: Build html kitchen-sink
command: |
cd examples/html-kitchen-sink
yarn build-storybook
- run:
name: Build riot kitchen-sink
command: |