Skip to content

Commit b7fbcf9

Browse files
committed
add: patch ambire validator to fix xdc signature validation
1 parent b905030 commit b7fbcf9

File tree

2 files changed

+335
-0
lines changed

2 files changed

+335
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"scripts": {
1111
"build": "webpack --mode production --config webpack.server.config.js",
1212
"postbuild": "babel-node scripts/dbUpdates.js",
13+
"postinstall": "patch-package",
1314
"test": "jest --silent=false --forceExit --detectOpenHandles --maxWorkers=1",
1415
"test:staging": "jest --forceExit --detectOpenHandles",
1516
"test:setup": "./scripts/blockchainTestSetup.sh",

0 commit comments

Comments
 (0)