Skip to content

Commit

Permalink
Run patch-package on prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Jun 12, 2019
1 parent 163ff36 commit 22082b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"bindings:ts": "truffle compile && typechain --target web3-1.0.0 './build/**/*.json'",
"bindings:go": "solc --allow-paths . --combined-json bin,abi,userdoc,devdoc,metadata contracts/**/*.sol | abigen -pkg bindings --out bindings.go --abi -",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"postinstall": "patch-package",
"prepare": "patch-package",
"deploy": "truffle migrate --skipDryRun --network $NETWORK",
"verify": "truffle run verify --network $NETWORK"
},
Expand Down

0 comments on commit 22082b5

Please sign in to comment.