We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b048bbf commit 92d4c60Copy full SHA for 92d4c60
1 file changed
tests/pact-tests/run-pact-tests.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
5
# Keep pact runs deterministic by relying on the repository lockfile.
6
# Rebuild optional native bindings for the current platform without resolving new versions.
7
-npm rebuild --include=optional @pact-foundation/pact-core
+npm rebuild --include=optional @pact-foundation/pact @pact-foundation/pact-core
8
9
# Remove old PACTs
10
rm -rf ./.pacts
0 commit comments