Skip to content

Commit

Permalink
Added missing root level coverage:clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 15, 2024
1 parent e3af4c9 commit 74f1720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"typings": "dist/index",
"scripts": {
"test": "jest --runInBand",
"coverage": "jest --coverage --runInBand --logHeapUsage",
"coverage:clean": "rimraf coverage",
"clean": "rimraf dist",
"compile": "pnpm run clean && tsc -p .",
"publish-next": "pnpm publish --tag next",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"test": "pnpm -r test",
"compile": "pnpm -r run compile",
"coverage": "pnpm -r run coverage",
"coverage:clean": "pnpm -r run coverage:clean",
"prepare": "husky install"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit 74f1720

Please sign in to comment.