Skip to content

Commit

Permalink
fix: remove nyc. jest has build in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully committed Aug 8, 2024
1 parent f1735ea commit 6cda198
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 265 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:quick": "lerna run compile && lerna run bundle && lerna run package",
"release:version": "lerna version --force-publish",
"release:publish": "lerna publish from-package --yes",
"ci": "npm-run-all format:validate ci:subpackages coverage:merge legal:*",
"ci": "npm-run-all format:validate ci:subpackages legal:*",
"compile": "yarn run clean && tsc --build",
"compile:watch": "yarn run clean && tsc --build --watch",
"format:fix": "prettier --write \"**/*.@(js|ts|json|md)\" --ignore-path=.gitignore",
Expand All @@ -26,7 +26,6 @@
"ci:subpackages": "lerna run ci",
"test": "lerna run test",
"coverage": "lerna run coverage",
"coverage:merge": "node ./scripts/merge-coverage",
"clean": "lerna run clean",
"update-snapshots": "lerna run update-snapshots",
"legal:delete": "lerna exec \"shx rm -rf .reuse LICENSES\" || true",
Expand Down Expand Up @@ -80,7 +79,6 @@
"make-dir": "3.1.0",
"mock-fs": "^5.2.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"prettier": "2.8.7",
"rimraf": "3.0.2",
"shx": "0.3.3",
Expand Down
56 changes: 0 additions & 56 deletions scripts/merge-coverage.js

This file was deleted.

Loading

0 comments on commit 6cda198

Please sign in to comment.