TrueBitFoundation / truebit-os

[DEPRECATED] Interactive client
Apache License 2.0
82 stars 26 forks source link

`npm install` seems to run `npm run install` as well #61

Closed hswick closed 6 years ago

hswick commented 6 years ago

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 to npm run deps

hswick commented 6 years ago

We use npm run deps now.