Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbarrdahl committed May 31, 2017
1 parent d757711 commit 518e17f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"reselect": "^3.0.1"
},
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.0.1",
"husky": "^0.13.4",
"lint-staged": "^3.5.1",
"react-scripts": "1.0.7"
"react-scripts": "1.0.7",
"@kadira/storybook": "^2.21.0"

This comment has been minimized.

Copy link
@webpolk

webpolk Jun 1, 2017

I just wanted to thank you for this patch. Moving the storybook dependency down solved this on our Travis CI, which is the only place the build was failing.

},
"scripts": {
"start": "NODE_PATH=src react-scripts start",
"build": "NODE_PATH=src react-scripts build",
"test": "NODE_PATH=src react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "NODE_PATH=src start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"precommit": "lint-staged"
"precommit": "lint-staged",
"storybook": "NODE_PATH=src start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 518e17f

Please sign in to comment.