diff --git a/.github/workflows/full_build.yml b/.github/workflows/full_build.yml index f06e693e..598b27d7 100644 --- a/.github/workflows/full_build.yml +++ b/.github/workflows/full_build.yml @@ -245,4 +245,6 @@ jobs: - name: run setup run: bin/setup ci - name: Webpack compile everything - run: bin/webpack \ No newline at end of file + run: bin/webpack + - name: Verify storybook compiles + run: npm run build-storybook \ No newline at end of file