Add debug

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2020-07-27 11:42:22 +01:00
committed by Nakul Manchanda
parent 6282bda1cd
commit acb76fb494

View File

@@ -42,10 +42,14 @@ mkdir -p "${PAX_WORKSPACE_DIR}/content"
# cp -r plugin-definition "${PAX_WORKSPACE_DIR}/content"
# build client
if [ ! -f "dist/app.min.js" ]; then
echo "[${SCRIPT_NAME}] building client ..."
npm install
fi
echo "$PWD contents..."
find . -print
echo "[${SCRIPT_NAME}] building client ..."
npm install
echo "$PWD updated contents..."
find . -print
cd "${ROOT_DIR}"