Add debug build to lerna#3596
Conversation
david-poindexter
left a comment
There was a problem hiding this comment.
Looks good - thanks @donker
|
I didnt merge this because the Compress images / build (pull_request) failed with the error 'The repository 'http://security.ubuntu.com/ubuntu cosmic-security Release' does not have a Release file.' @valadas any ideas on that? |
|
hmm, yes and no, Azure pipelines is succeeding, the github action to minimize images if failing, I will have to take a look at it, I will take a look when I come back from Orlando... That being said, if there is any rush in merging this, i can force it if needed, just ping me up, all the reset passes. |
|
@donker it's not letting me rebase this branch on git checkout adddebug
git fetch --all
git rebase upstream/adddebug # assuming your dnnsoftware branch is named upstream
git push --force-with-lease origin adddebug # assuming your donker branch is named origin |
|
All green now, merging this. |
This was overlooked in the last Lerna/Yarn overhaul. The user must be able to target a local dev site with the Lerna build. It is currently missing as it only runs in production mode.