Skip to content

Commit 92d4c60

Browse files
re-add @pact-foundation/pact library in run-pact-tests.sh script
1 parent b048bbf commit 92d4c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pact-tests/run-pact-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
# Keep pact runs deterministic by relying on the repository lockfile.
66
# Rebuild optional native bindings for the current platform without resolving new versions.
7-
npm rebuild --include=optional @pact-foundation/pact-core
7+
npm rebuild --include=optional @pact-foundation/pact @pact-foundation/pact-core
88

99
# Remove old PACTs
1010
rm -rf ./.pacts

0 commit comments

Comments
 (0)