Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Smirnova committed Feb 21, 2024
1 parent f8e7662 commit e35e9cb
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 @@ -13,7 +13,7 @@
},
"scripts": {
"clean": "rimraf coverage",
"merge-cover": "mkdirp coverage | lcov-result-merger 'packages/*/coverage/lcov*.info' 'coverage/lcov.info' --prepend-source-files --prepend-path-fix '../src'",
"merge-cover": "mkdirp coverage | lcov-result-merger 'packages/*/coverage/lcov.info' 'coverage/lcov.info' --prepend-source-files --prepend-path-fix '..'",
"coveralls": "cat coverage/lcov.info | coveralls",
"ci": "yarn workspaces foreach -ptv run ci"
},
Expand Down

0 comments on commit e35e9cb

Please sign in to comment.