diff --git a/build.sh b/build.sh index 3dd1506..136a1b7 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ npm install; npm run build; # Build the API -echo ">> Building the UI (NPM install)" +echo ">> Building the API (NPM install)" cd "$projectDir/api" npm install; # npm run build;