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 1eb3a98 commit 7d54299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"scripts": {
"build": "yarn contracts:build",
"test": "yarn contracts:test",
"contracts:test": "cd packages/contracts && yarn coverage",
"coverage": "yarn coverage",
"contracts: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",
"app:build": "cd packages/exit-app && yarn build",
Expand Down

0 comments on commit 7d54299

Please sign in to comment.