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

chore!: move paragon to peer dependency using @openedx scope #367

Merged
merged 7 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ To install a new NPM module in all workspace packages, use the `--workspaces` ar

::

npm install @edx/paragon@latest --workspaces
npm install @openedx/paragon@latest --workspaces

To install a new NPM module in one or more specific workspace package(s), use the `--workspace` argument, e.g.:

::

npm install -D @edx/paragon@latest --workspace=@edx/frontend-enterprise-catalog-search
npm install -D @openedx/paragon@latest --workspace=@edx/frontend-enterprise-catalog-search


Installing local monorepo package(s) into an Open edX micro-frontend
-----

For any micro-frontend using `@edx/frontend-build <https://github.com/openedx/frontend-build>` that consumes any packages from this monorepo may want to use a local copy of one or more packages during development rather than relying solely on the published NPM packages. To do this, you may modify your module.config.js file (create module.config.js if it does not already exist) to create Webpack aliases to your local checkout of the monorepo packages:
For any micro-frontend using `@openedx/frontend-build <https://github.com/openedx/frontend-build>` that consumes any packages from this monorepo may want to use a local copy of one or more packages during development rather than relying solely on the published NPM packages. To do this, you may modify your module.config.js file (create module.config.js if it does not already exist) to create Webpack aliases to your local checkout of the monorepo packages:

::

Expand Down
Loading
Loading