updated the script for deploy to github page

This commit is contained in:
Sambo Chea 2020-10-15 14:21:27 +07:00
parent e86f246beb
commit 44827d24c7

View File

@ -21,7 +21,8 @@
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public", "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": { "eslintConfig": {
"extends": "react-app" "extends": "react-app"