rakhi2104 / find-my-chicken

A React Web Application that tracks user's location using IP address from the source of request.
MIT License
4 stars 5 forks source link

fix(npm): combine both npm installs to a single npm install #10

Open illiteratewriter opened 6 years ago

illiteratewriter commented 6 years ago

add postinstall to package.json so that the packages required for the client will be installed along with the base npm install. Now you just have to run npm install and packages for both server and client will be installed together.

illiteratewriter commented 6 years ago

I think we can safely remove client-install from package.json. what do you say?

sakethramanujam commented 6 years ago

Taking a look into this! Will merge as soon as we get confirmation of no longer needing that part of json!

illiteratewriter commented 6 years ago

ummm, can we merge this?

rakhi2104 commented 5 years ago

We are thinking to move to 'yarn' 🤔 I'll keep this PR open till then. Surprisingly yarn has interactive runners.