Skip to content

Commit

Permalink
Merge pull request #255 from deriv-com/shayan/fix-story-book-deploy
Browse files Browse the repository at this point in the history
Shayan/Fix Storybook on production
  • Loading branch information
shayan-deriv authored Sep 18, 2024
2 parents 4b3e768 + 1fa64e6 commit 6d87068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_npm_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d87068

Please sign in to comment.