Skip to content

Commit

Permalink
create-next-app@15
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Dec 7, 2024
1 parent 0ae552c commit eb9954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb9954f

Please sign in to comment.