updated build system

This commit is contained in:
2024-07-25 06:49:11 -05:00
parent 753820bd81
commit 0d49b49482
2 changed files with 7 additions and 11 deletions

View File

@ -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