Skip to content

Release Branch Build: Run yarn clean-client before building the Admin Page#8365

Merged
zinigor merged 1 commit intomasterfrom
add/clean-client-in-build-release-script
Dec 20, 2017
Merged

Release Branch Build: Run yarn clean-client before building the Admin Page#8365
zinigor merged 1 commit intomasterfrom
add/clean-client-in-build-release-script

Conversation

@oskosk
Copy link
Copy Markdown
Contributor

@oskosk oskosk commented Dec 14, 2017

While creating a built branch I realized that some git-ignored files from the release branch (the not-built one) were still added to git tracking by the tools/build-release-branch.sh script because they were there from a previous unrelated build run in master. As the files were .gitignored I didn't notice them until they were commited to the built branch (consequence of an git add . from the same scripts.

Changes proposed in this Pull Request:

  • Adds a line before installing dependencies running yarn clean-client.

Testing instructions:

  • Don't test it. Just review the code

@oskosk oskosk added Admin Page React-powered dashboard under the Jetpack menu [Status] Needs Review This PR is ready for review. Enhancement Changes to an existing feature — removing, adding, or changing parts of it labels Dec 14, 2017
@oskosk oskosk requested a review from a team as a code owner December 14, 2017 23:52
@oskosk oskosk added this to the 5.7 milestone Dec 15, 2017
Copy link
Copy Markdown
Contributor

@zinigor zinigor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's great to have that step before committing, thank you!

@zinigor zinigor added [Status] Ready to Merge Go ahead, you can push that green button! and removed [Status] Needs Review This PR is ready for review. labels Dec 20, 2017
@zinigor zinigor merged commit e1ebfd8 into master Dec 20, 2017
@zinigor zinigor deleted the add/clean-client-in-build-release-script branch December 20, 2017 17:56
@kraftbj kraftbj removed the [Status] Ready to Merge Go ahead, you can push that green button! label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Admin Page React-powered dashboard under the Jetpack menu Enhancement Changes to an existing feature — removing, adding, or changing parts of it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants