From 57b4365b3002a869bd5c5eaf6ea8e7b94ae1e7dc Mon Sep 17 00:00:00 2001 From: Eugene Cheah Date: Mon, 10 Sep 2018 15:00:27 +0800 Subject: [PATCH] Typo on API build comment --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;