diff --git a/package.json b/package.json index 01f3297..32391da 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "test": "react-scripts test", "eject": "react-scripts eject", "storybook": "start-storybook -p 6006 -s public", - "build-storybook": "build-storybook -s public" + "build-storybook": "build-storybook -s public", + "deploy-storybook": "storybook-to-ghpages" }, "eslintConfig": { "extends": "react-app"