From 306640b8ed36c92dbc11dabbab622fe66128cdb0 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Fri, 31 Jul 2020 15:37:12 -0500 Subject: [PATCH] Verify that build-storybook still works on build --- .github/workflows/full_build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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