diff --git a/.github/workflows/publish_npm_package.yml b/.github/workflows/publish_npm_package.yml index 54f8f754..1abdf76e 100644 --- a/.github/workflows/publish_npm_package.yml +++ b/.github/workflows/publish_npm_package.yml @@ -37,6 +37,8 @@ jobs: run: npm run prepublish - name: Run tests and generate coverage report run: npm run test:report + - name: Build Storybook + run: npm run build-storybook - name: Release if: success() env: