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

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 2, 2016
1 parent a7de9a6 commit 8edc289
Showing 1 changed file with 1 addition and 1 deletion.
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 \"uiki-react.io\" > .out/CNAME",
"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 8edc289

Please sign in to comment.