Skip to content

Commit

Permalink
Add esm-home-app to the list of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Piumal1999 committed Jul 15, 2024
1 parent 6284163 commit 7f6e92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/support/github/run-e2e-docker-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "Creating dynamic spa-assemble-config.json..."
jq -n \
--arg app_name "$app_name" \
--arg app_file "/app/$packed_app_name.tgz" \
'{"@openmrs/esm-primary-navigation-app": "next"} + {
'{"@openmrs/esm-primary-navigation-app": "next", "@openmrs/esm-home-app": "next"} + {
($app_name): $app_file
}' | jq '{"frontendModules": .}' > "$working_dir/spa-assemble-config.json"
echo "Created dynamic spa-assemble-config.json"
Expand Down

0 comments on commit 7f6e92e

Please sign in to comment.