We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82555bc commit 4882712Copy full SHA for 4882712
package.json
@@ -38,7 +38,7 @@
38
"typechain-target-ethers": "^1.0.4"
39
},
40
"scripts": {
41
- "prepare": "npm run build && npm run typechain && cp -R build dist",
+ "prepublishOnly": "npm run build && npm run typechain && cp -R build dist",
42
"build": "npm run compile && npm run flatten && npm run abi:extract",
43
"clean": "rm -rf build/contracts",
44
"compile": "truffle compile --all",
0 commit comments