install prod packages only

Signed-off-by: Nakul Manchanda <nakul.manchanda@ibm.com>
This commit is contained in:
Nakul Manchanda
2020-09-03 11:54:09 -04:00
parent d318396809
commit 665c4a298e

View File

@@ -37,7 +37,7 @@ mkdir -p "${PAX_WORKSPACE_DIR}/content"
# build client
echo "[${SCRIPT_NAME}] building client ..."
cd "dist"
npm install
npm install --only=prod
cd "${ROOT_DIR}"