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

@ -245,4 +245,6 @@ jobs:
- name: run setup
run: bin/setup ci
- name: Webpack compile everything
run: bin/webpack
run: bin/webpack
- name: Verify storybook compiles
run: npm run build-storybook