You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Could someone clarify what npm commands are run when
slc deploy
is ran. We use theslc build --scripts
to build the app, and then doslc deploy
to deploy it. We however found that npm install is failing during deploy every time, but doingnpm install
manually on the new directory under../work
has no problems.Would it be possible to document all the steps that
slc deploy
runs?The text was updated successfully, but these errors were encountered: