Add support for pnpm as a webapp build tool. #767

Merged
telackey merged 4 commits from telackey/pnpm into main 2024-02-26 23:31:54 +00:00
Showing only changes of commit f6858c674b - Show all commits

View File

@ -17,7 +17,7 @@ if [ -z "$CERC_BUILD_TOOL" ]; then
else
CERC_BUILD_TOOL=npm
fi
f
fi
cd "${WORK_DIR}" || exit 1