Skip to content

Commit 0c1b63f

Browse files
authored
Merge pull request #28 from SigNoz/chore/publish-storybook
chore: add script in package json
2 parents ed71e42 + d1919d8 commit 0c1b63f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"release": "pnpm run build && changeset publish",
3131
"storybook": "pnpm run svgr && storybook dev -p 6006",
3232
"build-storybook": "pnpm run svgr && storybook build",
33-
"update:browserslist": "pnpm dlx update-browserslist-db@latest"
33+
"update:browserslist": "pnpm dlx update-browserslist-db@latest",
34+
"chromatic": "npx chromatic"
3435
},
3536
"license": "MIT",
3637
"devDependencies": {

stories/Icons.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const styles = {
231231

232232
export const Gallery: Story = {
233233
parameters: {
234-
chromatic: { disable: true },
234+
chromatic: { disableSnapshot: true },
235235
},
236236
render: function IconsGallery() {
237237
const [search, setSearch] = useState('');

0 commit comments

Comments
 (0)