Skip to content

Commit

Permalink
fix: importing ethers in test package and build script
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed May 23, 2024
1 parent 03ff87a commit 5a6680a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 20 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"prebuild": "rimraf dist",
"build": "npx cpx './packages/tasks/templates/**/*' ./dist/tasks/templates && npx hardhat compile --force && tsc || true && npx cpx './typechain-types/**/*' ./dist/typechain-types",
"build": "npx hardhat clean && npx cpx './packages/tasks/templates/**/*' ./dist/tasks/templates && npx hardhat compile --force && tsc && npx 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 @@ -112,5 +112,6 @@
"spinnies": "^0.5.1",
"tiny-secp256k1": "^2.2.3",
"ws": "^8.13.0"
}
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"./packages/test/src"
]
},
"files": ["./hardhat.config.ts"],
"include": ["packages/client", "packages/tasks", "packages/test"],
"exclude": ["./typechain-types"]
}
5 changes: 0 additions & 5 deletions typechain-types/@openzeppelin/contracts/access/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5a6680a

Please sign in to comment.