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 85b0291 commit db53db8Copy full SHA for db53db8
package.json
@@ -61,7 +61,7 @@
61
"yargs": "^15.3.1"
62
},
63
"scripts": {
64
- "prepublishOnly": "npm run build && cp -R build dist",
+ "prepublishOnly": "npm run build && rm -rf dist && cp -R build dist",
65
"build": "npm run compile && npm run flatten && npm run abi:extract && npm run typechain",
66
"clean": "rm -rf build/ cache/",
67
"compile": "buidler compile",
0 commit comments