forked from cerc-io/stack-orchestrator
Add timed logging for the webapp build (#771)
Add lots of log and timer output to webapp builds. Reviewed-on: cerc-io/stack-orchestrator#771
This commit is contained in:
@@ -32,8 +32,8 @@ elif [ -f "${WORK_DIR}/package.json" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
$CERC_BUILD_TOOL install || exit 1
|
||||
$CERC_BUILD_TOOL build || exit 1
|
||||
time $CERC_BUILD_TOOL install || exit 1
|
||||
time $CERC_BUILD_TOOL build || exit 1
|
||||
|
||||
rm -rf "${DEST_DIR}"
|
||||
if [ -z "${CERC_BUILD_OUTPUT_DIR}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user