We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02fe406 + 94a6e77 commit 39abeaaCopy full SHA for 39abeaa
1 file changed
package.json
@@ -12,8 +12,8 @@
12
"adapter": "yarn adapter:gen && yarn adapter:build",
13
"adapter:gen": "rimraf src/gen/typechain && typechain --target ethers-v5 --out-dir src/gen/typechain './src/artifacts/contracts/**/*[^dbg].json'",
14
"adapter:build": "rimraf src/gen/adapter && tsc -p ./src/tsconfig.adapter.json",
15
- "test": "yarn build && hardhat test",
16
- "quicktest": "hardhat test",
+ "test": "yarn build && npx hardhat test tests/*",
+ "quicktest": "npx hardhat test tests/*",
17
"precoverage": "yarn build",
18
"coverage": "COVERAGE=true NET_ID=1 hardhat coverage --network coverage",
19
"benchmark": "BENCHMARK=true yarn test",
0 commit comments