Skip to content

Commit

Permalink
feat(install): Binary install can be skipped by setting PACT_SKIP_BIN…
Browse files Browse the repository at this point in the history
…ARY_INSTALL=true
  • Loading branch information
TimothyJones committed Oct 22, 2020
1 parent 0149115 commit 4d6b194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ strict-ssl=true
### Skip Pact binary downloading

You can also force Pact to skip the installation of the binary during `npm install` by
setting `PACT_SKIP_BINARY_INSTALL=true`.This feature is useful if you want to speed up
setting `PACT_SKIP_BINARY_INSTALL=true`. This feature is useful if you want to speed up
builds that don't need Pact and don't want to modify your projects dependencies.

Note that pact-node will not be functional without the binary.
Expand Down

0 comments on commit 4d6b194

Please sign in to comment.