Skip to content

Commit

Permalink
(chore) update configs to point to correct repo (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Sep 28, 2023
1 parent 49c4b7a commit 83a4e90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configuration/dev-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
"generalPatientNoteUuid": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
},
"@openmrs/esm-outpatient-app": {
"@openmrs/esm-service-queues-app": {
"concepts": {
"priorityConceptSetUuid": "2260a79e-f391-40f7-9eba-2e0e67028392",
"defaultPriorityConceptUuid": "80cd8f8c-5d82-4cdc-b96e-a6addeb94b7f",
Expand Down
4 changes: 2 additions & 2 deletions dev-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ rm -rf frontend
# Build assets
echo "Building Kenya EMR 3.x assets ..."
CWD=$(pwd)
npx --legacy-peer-deps openmrs@next build \
npx --legacy-peer-deps openmrs@5.1.1-pre.1025 build \
--build-config ./configuration/dev-build-config.json \
--target ./frontend \
--page-title "KenyaEMR" \
--support-offline false

# Assemble assets
echo "Assembling assets ..."
npx --legacy-peer-deps openmrs@next assemble \
npx --legacy-peer-deps openmrs@5.1.1-pre.1025 assemble \
--manifest \
--mode config \
--config ./configuration/dev-build-config.json \
Expand Down

0 comments on commit 83a4e90

Please sign in to comment.