Skip to content

Commit

Permalink
experiment: fix R3F install path
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Jan 10, 2025
1 parent e514875 commit 0533402
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 @@ -41,7 +41,7 @@ appdir="$tmp/$appname"
(cd $tmp; npm create -y vite@latest $appname -- --template react-ts)

# drei
(cd $appdir; npm i @types/react@latest @types/react-dom@latest react@latest react-dom@latest R3FT $TGZ --legacy-peer-deps)
(cd $appdir; npm i @types/react@latest @types/react-dom@latest react@latest react-dom@latest $R3FT $TGZ --legacy-peer-deps)

# App.tsx
cp App.tsx $appdir/src/App.tsx
Expand Down

0 comments on commit 0533402

Please sign in to comment.