Skip to content

Commit

Permalink
fix(package): improve package quality score (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardini authored May 20, 2021
1 parent 653dd06 commit 4f44084
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 207 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Type-check
run: npm run type-check

- name: Package-check
run: npm run package-check

- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

A [Storybook](https://storybook.js.org) addon to add different paddings to your preview. Useful for checking how components behave when surrounded with white space.

[Live demo](https://storybook-addon-paddings.js.org)

![Demo](demo.gif)

[View demo →](https://storybook-addon-paddings.js.org)

## Installation

```sh
Expand Down
Loading

0 comments on commit 4f44084

Please sign in to comment.