Skip to content

Commit

Permalink
fix: typechain-types
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jun 27, 2023
1 parent bfbc137 commit 2f1af0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"scripts": {
"prebuild": "npx hardhat clean && rimraf dist",
"build": "npx cpx './templates/**/*' ./dist/templates && npx hardhat compile && tsc || exit 0",
"postbuild": "rimraf dist/typechain-types && cpx './typechain-types/**/*' ./dist/typechain-types",
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
"lint:js:fix": "eslint --ext .js,.ts . --fix",
"lint:js": "eslint --ext .js,.ts .",
Expand Down Expand Up @@ -86,4 +85,4 @@
"form-data": "^4.0.0",
"hardhat": "^2.15.0"
}
}
}

0 comments on commit 2f1af0a

Please sign in to comment.