Skip to content

Commit

Permalink
Merge branch 'master' into dont-use-getElapsedTime
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett authored Feb 12, 2025
2 parents 902879a + d61c85c commit acc69d6
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 @@ -36,7 +36,7 @@ appname=viteapp
appdir="$tmp/$appname"

# create app
(cd $tmp; npm create -y vite@latest $appname -- --template react-ts)
(cd $tmp; npm create -y vite@6.1.0 $appname -- --template react-ts)

# drei
(cd $appdir; npm i; npm i $TGZ)
Expand Down

0 comments on commit acc69d6

Please sign in to comment.