We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d73d4 commit 25906c9Copy full SHA for 25906c9
package.json
@@ -24,7 +24,7 @@
24
"prepare": "husky",
25
"build": "npx hardhat compile",
26
"upgrade": "hardhat run ./scripts/upgrade.ts",
27
- "testPvk": "hardhat run ./scripts/test.ts",
+ "testPvk": "npx hardhat run ./scripts/test.ts",
28
"test": "npx hardhat test",
29
"coverage": "npx hardhat coverage",
30
"check-types": "tsc --noEmit",
0 commit comments