From e13a8c13944abae0a5425d91bb15c2b0513f3691 Mon Sep 17 00:00:00 2001 From: hadijahkyampeire Date: Fri, 31 May 2024 21:57:35 +0300 Subject: [PATCH] Added hct and hp packages to the distro --- frontend/spa-build-config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/spa-build-config.json b/frontend/spa-build-config.json index efe4e5084..0252616ab 100644 --- a/frontend/spa-build-config.json +++ b/frontend/spa-build-config.json @@ -32,6 +32,9 @@ "@openmrs/esm-dispensing-app": "next", "@openmrs/esm-fast-data-entry-app": "next", "@openmrs/esm-cohort-builder-app": "next", + "@openmrs/esm-form-builder-app": "next", + "@openmrs/esm-laboratory-app": "next", + "@openmrs/esm-billing-app": "next", "@ohri/openmrs-esm-ohri-core-app": "next", "@ohri/openmrs-esm-ohri-covid-app": "next", "@ohri/openmrs-esm-ohri-pmtct": "next", @@ -39,10 +42,9 @@ "@ohri/openmrs-esm-ohri-cervical-cancer-app": "next", "@ohri/openmrs-esm-ohri-form-render-app": "next", "@openmrs/esm-stock-management-app": "next", - "@openmrs/esm-billing-app": "next", "@ohri/openmrs-esm-ohri-opd-app": "next", - "@openmrs/esm-form-builder-app": "next", - "@openmrs/esm-laboratory-app": "next" + "@ohri/openmrs-esm-ohri-hiv-care-treatment-app": "next", + "@ohri/openmrs-esm-ohri-hiv-prevention-app": "next" }, "spaPath": "$SPA_PATH", "apiUrl": "$API_URL",