Closed hswick closed 6 years ago
Noticed that after running npm install that npm run install runs as well. I'm assuming because of the name....
npm install
I think we should change npm run install to npm run deps
npm run install
npm run deps
We use npm run deps now.
Noticed that after running
npm install
that npm run install runs as well. I'm assuming because of the name....I think we should change
npm run install
tonpm run deps