diff --git a/.storybook/static/CNAME b/.storybook/static/CNAME new file mode 100644 index 00000000..251104d9 --- /dev/null +++ b/.storybook/static/CNAME @@ -0,0 +1 @@ +uikit-react.io diff --git a/package.json b/package.json index bb1d1bea..58420336 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build": "babel ./src --out-dir ./lib", "prepublish": "npm run build", "storybook": "start-storybook -p 9001", - "build-storybook": "node ./node_modules/.bin/build-storybook -o .out && echo \"uikit-react.io\" > .out/CNAME", + "build-storybook": "build-storybook -o .out -s .storybook/static", "deploy-storybook": "storybook-to-ghpages", "postpublish": "npm run deploy-storybook" },