Skip to content

Commit

Permalink
Merge pull request #257 from deriv-com/shayan/fix-story-book-deploy
Browse files Browse the repository at this point in the history
revert: removed storybook build step from release workflow
  • Loading branch information
shayan-deriv authored Sep 19, 2024
2 parents 99b967f + 4719aec commit 5017050
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish_npm_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ 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 5017050

Please sign in to comment.