Skip to content

Commit 4882712

Browse files
authored
package.json: Use prepublishOnly for populating dist/ (#208)
1 parent 82555bc commit 4882712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"typechain-target-ethers": "^1.0.4"
3939
},
4040
"scripts": {
41-
"prepare": "npm run build && npm run typechain && cp -R build dist",
41+
"prepublishOnly": "npm run build && npm run typechain && cp -R build dist",
4242
"build": "npm run compile && npm run flatten && npm run abi:extract",
4343
"clean": "rm -rf build/contracts",
4444
"compile": "truffle compile --all",

0 commit comments

Comments
 (0)