From 44827d24c7c853b9c292317945ba38908be580a3 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 14:21:27 +0700 Subject: [PATCH] updated the script for deploy to github page --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"