Try npm install

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2020-07-24 17:43:17 +01:00
committed by Nakul Manchanda
parent d028786d95
commit 6282bda1cd

View File

@@ -44,7 +44,7 @@ mkdir -p "${PAX_WORKSPACE_DIR}/content"
# build client
if [ ! -f "dist/app.min.js" ]; then
echo "[${SCRIPT_NAME}] building client ..."
npm run build
npm install
fi
cd "${ROOT_DIR}"