strongloop / strong-deploy

Deploy nodejs applications
Other
13 stars 3 forks source link

What npm commands are run on deploy #59

Open JuhaS opened 8 years ago

JuhaS commented 8 years ago

Could someone clarify what npm commands are run when slc deploy is ran. We use the slc build --scripts to build the app, and then do slc deploy to deploy it. We however found that npm install is failing during deploy every time, but doing npm install manually on the new directory under ../work has no problems.

Would it be possible to document all the steps that slc deploy runs?

sray commented 7 years ago

+1