Skip to content

Commit

Permalink
Fix CNAME being overwritten by storybook export
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jan 20, 2017
1 parent f3ee89a commit 3d325da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .storybook/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
react-table.js.org
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
react-table.js.org
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"umd": "rm -rf react-table.js && browserify lib/index.js -s reactTable -x react -t babelify -g uglifyify -o react-table.js",
"prepublish": "npm-run-all build:* && npm run umd",
"storybook": "start-storybook -p 8000 -c .storybook",
"docs": "build-storybook -o docs"
"docs": "build-storybook -o docs && cp .storybook/CNAME docs/CNAME"
},
"dependencies": {
"classnames": "^2.2.5"
Expand Down

0 comments on commit 3d325da

Please sign in to comment.