Skip to content

Commit

Permalink
chore: rename storybook build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jack0pan authored Nov 12, 2020
1 parent 1ee9209 commit 925721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"build:icons": "yarn workspace @gio-design/icons build",
"build:components": "yarn workspace @gio-design/components build",
"build:website": "yarn workspace website build",
"build:stories": "yarn workspace @gio-design/components build-storybook",
"build-storybook": "yarn workspace @gio-design/components build-storybook",
"g:icons": "yarn workspace @gio-design/icons generate",
"lint:components": "eslint packages/components/src --ext .js,.jsx,.ts,.tsx",
"lint:style": "stylelint 'packages/components/src/**/*.{css,less}' --syntax less",
Expand Down

1 comment on commit 925721a

@vercel
Copy link

@vercel vercel bot commented on 925721a Nov 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.