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 0533402 commit 72d300c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ set -ex

PORT=5188
DIST=../../dist
SRC=../../src
tmp=$(mktemp -d)

# Build the package
(cd $DIST; npm pack)
TGZ=$(realpath "$DIST/react-three-drei-0.0.0-semantic-release.tgz")
R3FT=$(realpath "$SRC/react-three-fiber-v9.0.0-rc.2-drei-0.tgz")
R3FT=../react-three-fiber-v9.0.0-rc.2-drei-0.tgz

snapshot() {
local UPDATE_SNAPSHOTS=""
Expand Down

0 comments on commit 72d300c

Please sign in to comment.