Skip to content

Commit 079a61e

Browse files
feat: update npm install commands for edly widgets in authn MFE
1 parent 475b62d commit 079a61e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tutorindigo/plugin.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,10 @@ def _override_openedx_docker_image(
160160
hooks.Filters.ENV_PATCHES.add_item(
161161
(
162162
"mfe-dockerfile-post-npm-install-authn",
163-
"RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.2.2'",
164-
"RUN npm install '@anas_hameed/edly-saas-widget'",
163+
"""
164+
RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.2.2'
165+
RUN npm install @anas_hameed/edly-saas-widget
166+
""",
165167
)
166168
)
167169

0 commit comments

Comments
 (0)