Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Fix storybooks.io build issue (#121)
Browse files Browse the repository at this point in the history
* Update package.json

* Create CNAME
  • Loading branch information
Muhammed Thanish authored and stipsan committed Aug 3, 2016
1 parent 8c7b5ad commit 323a2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .storybook/static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uikit-react.io
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 323a2ed

Please sign in to comment.