Skip to content

Commit e198a3b

Browse files
committed
feat: add test:coverage script to packages/contracts
1 parent f8233f3 commit e198a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/contracts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"build:self": "pnpm compile",
3434
"compile": "hardhat compile",
3535
"test": "pnpm --filter @graphprotocol/contracts-tests test",
36+
"test:coverage": "pnpm --filter @graphprotocol/contracts-tests run test:coverage",
3637
"deploy": "pnpm predeploy && pnpm build",
3738
"deploy-localhost": "pnpm build",
3839
"predeploy": "scripts/predeploy",

0 commit comments

Comments
 (0)