Skip to content

Commit

Permalink
fix coverage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Kelly committed Sep 20, 2019
1 parent b176048 commit b7aa940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "yarn workspaces run build",
"clean": "yarn workspaces run clean",
"test": "jest --expand --coverage",
"test:coverage": "jest --coverage --coverageReporters=lcov --coverageDirectory=.coverage",
"test:coverage": "jest --coverage --coverageReporters=lcov --coverageDirectory=coverage",
"watch": "jest --verbose=false --watch",
"prettier:check": "prettier --check packages/**/*.ts packages/**/*.tsx",
"lerna:publish": "lerna publish from-package --cd-version patch --no-git-tag-version --no-push --yes"
Expand Down

0 comments on commit b7aa940

Please sign in to comment.