From eb9954feabb9ecc141b5e8cf3f0e53f6885c24e8 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Sat, 7 Dec 2024 09:07:32 +0100 Subject: [PATCH] create-next-app@15 --- test/e2e/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)