updated build system
This commit is contained in:
@ -16,10 +16,6 @@ function error_exit() {
|
||||
exit $2
|
||||
}
|
||||
|
||||
if [ ! -d "${PROJECT_DIST_DIR}" ]; then
|
||||
error_exit "dist directory not found: ${PROJECT_DIST_DIR}" 2
|
||||
fi
|
||||
|
||||
if [ "${DIST_DIR}" == "" ]; then
|
||||
DIST_DIR="${CURRENT_DIR}/../dist"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user