-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(manager): cleanup and fix Manager build #1497
Conversation
@@ -0,0 +1,103 @@ | |||
#!/bin/bash -eu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you be willing to write this as a node file? Just so we're moving towards cross-platform development instead of away from it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not at this point. The effort is not justified. We already have Linux+macOS cross-platform development, we don't develop the Manager on Windows.
I just want to move forward and go back to the SDK. I did remove over 112 net lines in this PR though, so I claim the state is better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mm, alright. Thanks for doing this!
@@ -0,0 +1,103 @@ | |||
#!/bin/bash -eu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mm, alright. Thanks for doing this!
package
action and remove packaging logic from build. This makes start take < 1/5 of the time.script/
folder. The scripts were not used, or were folded into the package script.BUILD_ENV
, which I renamed toWEBPACK_MODE
.