Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Jul 15, 2022
1 parent 7d54299 commit f9780d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"scripts": {
"build": "yarn contracts:build",
"test": "yarn contracts:test",
"coverage": "yarn coverage",
"contracts:coverage": "cd packages/contracts && yarn coverage",
"coverage": "cd packages/contracts && yarn coverage",
"contracts:test": "cd packages/contracts && yarn test",
"contracts:build": "cd packages/contracts && yarn build",
"contracts:install": "cd packages/contracts && yarn install",
Expand Down

0 comments on commit f9780d0

Please sign in to comment.