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

Commit

Permalink
CNAME in build process (#118)
Browse files Browse the repository at this point in the history
* add CNAME to build step

* fix typo

* typo
  • Loading branch information
stipsan committed Aug 2, 2016
1 parent 9ce2c7c commit 6c35830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ uikit-react
===========

[![Build Status](https://travis-ci.org/stipsan/uikit-react.svg)](https://travis-ci.org/stipsan/uikit-react)
[![Coverage Status](https://coveralls.io/repos/github/stipsan/uikit-react/badge.svg)](https://coveralls.io/github/stipsan/uikit-react))
[![Coverage Status](https://coveralls.io/repos/github/stipsan/uikit-react/badge.svg)](https://coveralls.io/github/stipsan/uikit-react)

<img src="https://uikit-react.firebaseapp.com/images/logo.svg" width="300"/>

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +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",
"deploy-storybook": "storybook-to-ghpages",
"postpublish": "npm run deploy-storybook"
},
Expand Down

0 comments on commit 6c35830

Please sign in to comment.