@pact-foundation/pact-core 13.4.1-beta.4 → 13.4.1-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pact-foundation/pact-core",
3
- "version": "13.4.1-beta.4",
3
+ "version": "13.4.1-beta.5",
4
4
  "description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",
5
5
  "main": "src/index.js",
6
6
  "homepage": "https://github.com/pact-foundation/pact-js-core#readme",
@@ -120,8 +120,7 @@
120
120
  "scripts": {
121
121
  "clean": "rimraf '{src,test,bin,standalone}/**/*.{js,map,d.ts}' 'package.zip' '.tmp' 'tmp'",
122
122
  "lint": "eslint . --ext .ts --config .eslintrc",
123
- "preinstall": "bash script/download-libs.sh",
124
- "prebuild": "npm run clean",
123
+ "prebuild": "npm run clean && bash script/download-libs.sh",
125
124
  "build": "tsc",
126
125
  "prerelease": "npm run snyk-protect",
127
126
  "release": "standard-version",