We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b509ea commit 0f7a68aCopy full SHA for 0f7a68a
package.json
@@ -12,7 +12,7 @@
12
"hardhat:docker": "hardhat --network hardhatevm_docker",
13
"compile": "SKIP_LOAD=true hardhat compile",
14
"console:fork": "MAINNET_FORK=true hardhat console",
15
- "test": "TS_NODE_TRANSPILE_ONLY=1 hardhat test ./test/*.spec.ts",
+ "test": "npm run compile && TS_NODE_TRANSPILE_ONLY=1 hardhat test ./test/*.spec.ts",
16
"test-scenarios": "npm run test -- test/__setup.spec.ts test/scenario.spec.ts",
17
"test-repay-with-collateral": "hardhat test test/__setup.spec.ts test/repay-with-collateral.spec.ts",
18
"test-liquidate-with-collateral": "hardhat test test/__setup.spec.ts test/flash-liquidation-with-collateral.spec.ts",
0 commit comments