Skip to content

Commit

Permalink
fix: compile contracts before building lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn committed Jun 30, 2021
1 parent a26702c commit 3d91f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"scripts": {
"prebuild": "yarn compile",
"build": "tsc",
"compile": "hardhat compile",
"test": "hardhat test",
Expand Down

0 comments on commit 3d91f07

Please sign in to comment.