Update script for new nextjs build output. #691

Merged
telackey merged 5 commits from telackey/nextfix into main 2023-12-15 01:47:31 +00:00
Showing only changes of commit 1be612bd17 - Show all commits

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