petehunt / generator-react-library

Yeoman generator for React components
Apache License 2.0
17 stars 5 forks source link

`npm install` fails with component installed from npm #5

Closed chenglou closed 10 years ago

chenglou commented 10 years ago

Reason is that npm run build (jsxc src/ lib/) is executed after npm install, and the src is npmignored.

Just wanted to mark this down. There might be a bit of directory structure shuffling soon so no need to fix this just yet.