Skip to content
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

Build: Rename prepare to prep for npm8 and verdaccio #18980

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

shilman
Copy link
Member

@shilman shilman commented Aug 22, 2022

Issue: N/A

What I did

In npm8 publishing packages to the local registry will cause each package to be rebuilt. Our dev workflow assumes that packages are built in a separate step, so building them during publish only slows things down and introduces inconsistencies.

This PR:

  • Renames prepare in each package to prep
  • Updates the bootstrap script

Self-merging @yannbf @IanVS @joshwooding

How to test

code code
yarn build --core
yarn local-registry --publish  --open

@shilman shilman added the maintenance User-facing maintenance tasks label Aug 22, 2022
@shilman shilman merged commit f1da89d into next Aug 22, 2022
@shilman shilman deleted the shilman/rename-prepare-npm8 branch August 22, 2022 10:09
@joshwooding
Copy link
Member

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants