mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
install prod packages only
Signed-off-by: Nakul Manchanda <nakul.manchanda@ibm.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user