Skip to content

Commit

Permalink
(fix) tooling (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Oct 3, 2023
1 parent 75e514a commit ce0afb5
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@next build \
npx --legacy-peer-deps openmrs@5.1.1-pre.1035 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.1035 assemble \
--manifest \
--mode config \
--config ./configuration/dev-build-config.json \
Expand Down

0 comments on commit ce0afb5

Please sign in to comment.