From ac23c31771764d4a5621bb993a7c7a07da1146b5 Mon Sep 17 00:00:00 2001 From: Chun-MingChen Date: Sun, 19 Aug 2018 00:29:05 +0800 Subject: [PATCH] Expose static file folder when exporting storybook --- packages/react-bootstrap-table2-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-bootstrap-table2-example/package.json b/packages/react-bootstrap-table2-example/package.json index 6827bb9..699373a 100644 --- a/packages/react-bootstrap-table2-example/package.json +++ b/packages/react-bootstrap-table2-example/package.json @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "storybook": "start-storybook -p 6006 -s ./public", "gh-pages:clean": "rimraf ./storybook-static", - "gh-pages:build": "build-storybook" + "gh-pages:build": "build-storybook -s ./public" }, "author": "", "license": "ISC",