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 816e93b commit e514875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ set -ex

PORT=5188
DIST=../../dist
R3FT=../../react-three-fiber-v9.0.0-rc.2-drei-0.tgz
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")

snapshot() {
local UPDATE_SNAPSHOTS=""
Expand Down

0 comments on commit e514875

Please sign in to comment.