Skip to content

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 committed Feb 14, 2024
2 parents 4fe2195 + b549a6f commit ca6f19f
Show file tree
Hide file tree
Showing 36 changed files with 13,636 additions and 10,383 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
version-check:
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master
uses: openedx/.github/.github/workflows/lockfile-check.yml@master
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

0 comments on commit ca6f19f

Please sign in to comment.