Skip to content

Commit 04c7814

Browse files
authored
chore: add prepublish script (#12)
1 parent 4f475ea commit 04c7814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0-beta.0",
44
"license": "Apache-2.0",
55
"scripts": {
6+
"prepublishOnly": "hardhat clean && hardhat compile",
67
"build": "hardhat compile",
78
"build:0.6": "INTERFACE_TESTER_SOLC_VERSION=0.6.9 yarn run build",
89
"build:0.7": "INTERFACE_TESTER_SOLC_VERSION=0.7.0 yarn run build",

0 commit comments

Comments
 (0)