Skip to content

Commit b5dd02a

Browse files
committed
debug
1 parent 22849c4 commit b5dd02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ processWorkspace() {
7676
if [ -n "$trimmed_version" ]; then
7777
# Install each version of the library separately
7878
echo -e " - Install $library@$trimmed_version for $workspace\n"
79-
(cd "$location"; pnpm add "$library@$trimmed_version" --save-peer)
79+
pnpm add "$library@$trimmed_version" --save-peer --filter "$workspace" || { all_tests_passed=false; }
8080

8181
runTestSuite
8282
fi

0 commit comments

Comments
 (0)