Skip to content

Commit

Permalink
chore(CI): restore test script
Browse files Browse the repository at this point in the history
See reviewer notes.
  • Loading branch information
CodyJasonBennett committed Feb 13, 2025
1 parent ef98f5d commit 388973f
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 @@ -7,7 +7,7 @@ tmp=$(mktemp -d)

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

snapshot() {
local UPDATE_SNAPSHOTS=""
Expand Down

0 comments on commit 388973f

Please sign in to comment.