Verify that build-storybook still works on build
This commit is contained in:
parent
e1979d809f
commit
306640b8ed
1 changed files with 3 additions and 1 deletions
4
.github/workflows/full_build.yml
vendored
4
.github/workflows/full_build.yml
vendored
|
@ -245,4 +245,6 @@ jobs:
|
||||||
- name: run setup
|
- name: run setup
|
||||||
run: bin/setup ci
|
run: bin/setup ci
|
||||||
- name: Webpack compile everything
|
- name: Webpack compile everything
|
||||||
run: bin/webpack
|
run: bin/webpack
|
||||||
|
- name: Verify storybook compiles
|
||||||
|
run: npm run build-storybook
|
Loading…
Reference in a new issue