diff --git a/test/e2e/e2e.sh b/test/e2e/e2e.sh index 87f212953..589a0a26f 100755 --- a/test/e2e/e2e.sh +++ b/test/e2e/e2e.sh @@ -62,7 +62,7 @@ appname=nextapp appdir="$tmp/$appname" # create app -(cd $tmp; npx -y create-next-app@14 $appname --ts --no-eslint --no-tailwind --no-src-dir --app --import-alias "@/*") +(cd $tmp; npx -y create-next-app $appname --ts --no-eslint --no-tailwind --no-src-dir --app --import-alias "@/*") # drei (cd $appdir; npm i $TGZ)