Pruning doesn't work.

This commit is contained in:
Thomas E Lackey 2023-12-14 17:41:11 -06:00
parent 95652f9c27
commit 1be612bd17

View File

@ -136,13 +136,4 @@ fi
$CERC_BUILD_TOOL run cerc_compile || exit 1
case $CERC_BUILD_TOOL in
yarn)
yarn install --production --frozen-lockfile --force
;;
npm)
npm prune --omit=dev
;;
esac
exit 0