tinderjs / tinder-desktop

Use Tinder from your desktop, for Mac OS X, Microsoft Windows and Linux
https://tinderjsblog.herokuapp.com/
97 stars 25 forks source link

Installation / build scripts #86

Closed mayeaux closed 8 years ago

mayeaux commented 8 years ago

Can we proxy npm install to a build script that will run our 2 npm install commands and also bower install ? I've done this on other projects with a lot of success, maybe we can map npm build to gulp as well

hanford commented 8 years ago

Potentially relevant: https://github.com/tinderjs/tinder-desktop/issues/72

stuwil commented 8 years ago

npm build is an internal command that can't be overwritten. It would have to be invoked as npm run-script build, which isn't much better than gulp build:all.

Can definitely hook into npm install though.