-
Notifications
You must be signed in to change notification settings - Fork 176
Minor refactoring #554
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
Minor refactoring #554
Conversation
And a few other minor changes: - rename BuildOptions#tempDir to BuildOptions#buildDir - simplify the default OpenNext config - rename a few arguments for consistency / clarity
commit: |
And use it (move) as the build folder
PR updated, ready to review |
rename does not work across devices and the os tmp might be on a different device
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.
LGTM, we have to fix e2e test though before merging. We need to update e2e example apps to next 15
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.
Perfect it should fix e2e. Thanks
No description provided.