Commit ea8a5f5e authored by Mark Tyneway's avatar Mark Tyneway

fix(common-ts): fix coverage command

CI breaks since it runs coverage against all
packages and there is no coverage command for
`common-ts`. This adds a simple no-op so that
coverage can be ran for all tests
parent e14351f7
......@@ -15,7 +15,8 @@
"lint:fix": "yarn lint:check --fix",
"lint": "yarn lint:fix && yarn lint:check",
"pre-commit": "lint-staged",
"test": "ts-mocha test/*.spec.ts"
"test": "ts-mocha test/*.spec.ts",
"test:coverage": "echo 'no coverage'"
},
"keywords": [
"optimism",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment