Remove debug

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2020-07-27 12:08:27 +01:00
committed by Nakul Manchanda
parent 3302077e91
commit 5a6e9f08ae

View File

@@ -42,16 +42,9 @@ mkdir -p "${PAX_WORKSPACE_DIR}/content"
# cp -r plugin-definition "${PAX_WORKSPACE_DIR}/content"
# build client
echo "$PWD contents..."
find . -print
echo "[${SCRIPT_NAME}] building client ..."
cd "dist"
npm install
cd ../
echo "$PWD updated contents..."
find . -print
cd "${ROOT_DIR}"