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

Add oro build command #271

Open
zkat opened this issue May 20, 2023 · 0 comments
Open

Add oro build command #271

zkat opened this issue May 20, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@zkat
Copy link
Member

zkat commented May 20, 2023

apply should not be running toplevel {pre,post,}install scripts. npm install also runs things like prepare and prepublish and such.

In order to address this, plus the common request of having a "build" command of some sort, it would be good to implement an oro build command with an implicit apply that runs scripts for the toplevel package in the following order:

  1. prebuild
  2. preinstall
  3. install
  4. postinstall
  5. prepublish
  6. preprepare
  7. prepare
  8. postprepare
  9. build
  10. postbuild

Additionally, there should be a --dependencies flag that forces rerunning/rebuilding of already-installed/built dependencies.

@zkat zkat added enhancement New feature or request help wanted Extra attention is needed labels May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Backlog
Development

No branches or pull requests

1 participant