asynquence
asynquence copied to clipboard
Builder
build-all.js runs npm install in / and contrib/. Discussed in #54.
What is your opinion on this @getify?
Should I just close this @getify?
Sorry... no, I think there's good stuff here I just haven't had the time to think about this project. I barely got my attention today to fix a pretty insidious bug someone brought up. I do want to push this project forward, but I'm drawn in a lot of directions right now.
Ok. Just wanted to get status. Keep up all your good work!
Would seem simpler to me to write an npm script in package.json such like:
"scripts": {
"install-all": "npm install && cd contrib && npm install && cd ..",
...
}
then invoke on commandline like:
npm run install-all