Verify that build-storybook still works on build

This commit is contained in:
Eric Schultz 2020-07-31 15:37:12 -05:00 committed by Eric Schultz
parent e1979d809f
commit 306640b8ed

View file

@ -246,3 +246,5 @@ jobs:
run: bin/setup ci
- name: Webpack compile everything
run: bin/webpack
- name: Verify storybook compiles
run: npm run build-storybook