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

Ensure all consumers of @edx/frontend-build > v12.9.2 have serve NPM script #172

Open
adamstankiewicz opened this issue Jul 18, 2023 · 0 comments
Labels
enhancement Relates to new features or improvements to existing features epic Large unit of work, consisting of multiple tasks

Comments

@adamstankiewicz
Copy link
Member

adamstankiewicz commented Jul 18, 2023

See https://github.com/openedx/frontend-build/blob/master/docs/0003-fedx-scripts-serve.md for more details.

Now that the fedx-scripts supports a serve command, each consuming micro-frontend should be able to add a serve script to their package.json NPM scripts:

{
    "scripts": {
        "serve": "fedx-scripts serve"
    }
}

Assumes the consuming application is running at least v12.9.2 of @edx/frontend-build.

@adamstankiewicz adamstankiewicz added the epic Large unit of work, consisting of multiple tasks label Jul 18, 2023
@adamstankiewicz adamstankiewicz changed the title Ensure all consumers of @edx/frontend-build > v12.9.1 have serve NPM script Ensure all consumers of @edx/frontend-build > v12.9.2 have serve NPM script Jul 20, 2023
@adamstankiewicz adamstankiewicz added the enhancement Relates to new features or improvements to existing features label Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Relates to new features or improvements to existing features epic Large unit of work, consisting of multiple tasks
Projects
Status: Backlog
Development

No branches or pull requests

1 participant