880: Support new compile/generate syntax for next >=14.2.0 #886

Merged
telackey merged 3 commits from telackey/880 into main 2024-07-24 20:20:18 +00:00
Showing only changes of commit d14af32436 - Show all commits

View File

@ -117,7 +117,7 @@ fi
time $CERC_BUILD_TOOL install || exit 1
CUR_NEXT_VERSION="$(jq -r '.version' node_modules/next/package.json)"
CUR_NEXT_VERSION=`jq -r '.version' node_modules/next/package.json`
# See https://github.com/vercel/next.js/discussions/46544
semver -p -r ">=14.2.0" "$CUR_NEXT_VERSION"