Skip to content

Commit 25906c9

Browse files
committed
add npx
1 parent c5d73d4 commit 25906c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepare": "husky",
2525
"build": "npx hardhat compile",
2626
"upgrade": "hardhat run ./scripts/upgrade.ts",
27-
"testPvk": "hardhat run ./scripts/test.ts",
27+
"testPvk": "npx hardhat run ./scripts/test.ts",
2828
"test": "npx hardhat test",
2929
"coverage": "npx hardhat coverage",
3030
"check-types": "tsc --noEmit",

0 commit comments

Comments
 (0)