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 f8233f3 commit e198a3bCopy full SHA for e198a3b
packages/contracts/package.json
@@ -33,6 +33,7 @@
33
"build:self": "pnpm compile",
34
"compile": "hardhat compile",
35
"test": "pnpm --filter @graphprotocol/contracts-tests test",
36
+ "test:coverage": "pnpm --filter @graphprotocol/contracts-tests run test:coverage",
37
"deploy": "pnpm predeploy && pnpm build",
38
"deploy-localhost": "pnpm build",
39
"predeploy": "scripts/predeploy",
0 commit comments