Skip to content

Commit

Permalink
Update dev-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Sep 28, 2023
1 parent 83a4e90 commit 75e514a
Showing 1 changed file with 2 additions and 2 deletions.
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@5.1.1-pre.1025 build \
npx --legacy-peer-deps openmrs@next 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@5.1.1-pre.1025 assemble \
npx --legacy-peer-deps openmrs@next assemble \
--manifest \
--mode config \
--config ./configuration/dev-build-config.json \
Expand Down

0 comments on commit 75e514a

Please sign in to comment.