fabien0102 / gatsby-starter

Gatsby 2.0 starter with typescript and many cools dev tools
386 stars 99 forks source link

Fix storybook panel #38

Closed fabien0102 closed 6 years ago

fabien0102 commented 6 years ago

Ref #37

After a long debug, it was an issue with yarn.

TODO

fabien0102 commented 6 years ago

@svdoever Can you review this PR? Just to be sure everything works :wink:

Testing steps

  1. Go to this branch
  2. rm -rf node_module
  3. npm i
  4. npm run storybook
fabien0102 commented 6 years ago

Deploy preview ready!

Built with commit 27b018e52cfea24ae27039ca050b8a97ab9b162d

https://deploy-preview-38--fabien0102-gatsby-starter.netlify.com

fabien0102 commented 6 years ago

Something wrong with travis (node 7/osx) I will just update to node 8 that is the current LTS ;)