fac-17 / Generation-Change

Generation Change (Tech For Better Project)
https://generation-change.netlify.com/
1 stars 3 forks source link

netlify-cli should be in dependencies #58

Open ivan-unfolds opened 5 years ago

ivan-unfolds commented 5 years ago

As a principle everything that you need to run the project should be in the dependencies. I think most of you must have netlify-cli installed globally, however other developers that come onto the project probably will not. So adding netlify-cli to deps and then changing your start script to "start": "netlify dev" would be best practice. More info here -> https://www.12factor.net/dependencies