Skip to content

Commit

Permalink
Clean up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 1, 2024
1 parent c136751 commit ee70d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"scripts": {
"test:lint": "eslint .",
"test:converage": "c8 pnpm unit",
"test:coverage": "c8 pnpm unit",
"test": "pnpm run /^test:/",
"unit": "node --test test/*.test.js",
"docs": "jsdoc2md src/*.js > DOCS.md",
"clean": "npx rimraf ./coverage"
"clean": "rm -R ./coverage"
},
"funding": [
{
Expand Down

0 comments on commit ee70d51

Please sign in to comment.