-
Notifications
You must be signed in to change notification settings - Fork 292
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
Clear build folder on export and publish #2488
Clear build folder on export and publish #2488
Conversation
Yet to give this a test but does/can this happen on a 'force rebuild' preview as well? |
You're right @tomgreenfield it does happen on preview (force or regular) as well. In fact I can't think of a situation in which we wouldn't want the build folder to be emptied. What do you think of moving that line out of the if statement? (Or just having this as it's own waterfall step?) |
Not really sure about the normal, 'non-rebuild' preview - might be easier to leave that process untouched. |
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.
Works for me.
@tomgreenfield I think it would be worth you approving again since I've committed since the last approval |
Fixes #2235 & #2442.