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 start:with-theme NPM script to consuming MFEs #2831

Open
adamstankiewicz opened this issue Nov 20, 2023 · 1 comment
Open

Add start:with-theme NPM script to consuming MFEs #2831

adamstankiewicz opened this issue Nov 20, 2023 · 1 comment
Labels
epic Large unit of work, consisting of multiple tasks

Comments

@adamstankiewicz
Copy link
Member

adamstankiewicz commented Nov 20, 2023

Add the following NPM script to consuming package.json files for micro-frontends, including frontend-template-application.

{
  "scripts": {
    "start:with-theme": "paragon install-theme && npm start && npm install"
  }
}

If a consuming project is not on the latest version, defer for now but note it as a comment on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Large unit of work, consisting of multiple tasks
Projects
Status: Done
Development

No branches or pull requests

2 participants