We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ea6dd commit be6c39cCopy full SHA for be6c39c
examples/simple-asset-transfer/quorum/api/package.json
@@ -11,7 +11,7 @@
11
"start": "node index.js",
12
"upgrade-interactive": "npm-check --update",
13
"test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors routes/**/*.test.js --recursive --exit",
14
- "postinstall": "patch --verbose --force ./node_modules/web3-core-helpers/src/formatters.js ./web3_timestamp_fix.patch"
+ "postinstall": "patch --verbose --force ./node_modules/web3-core-helpers/src/formatters.js ./web3_timestamp_fix.patch || true"
15
},
16
"dependencies": {
17
"body-parser": "^1.18.3",
0 commit comments