Skip to content

Commit ee70d51

Browse files
committed
Clean up scripts
1 parent c136751 commit ee70d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"scripts": {
1414
"test:lint": "eslint .",
15-
"test:converage": "c8 pnpm unit",
15+
"test:coverage": "c8 pnpm unit",
1616
"test": "pnpm run /^test:/",
1717
"unit": "node --test test/*.test.js",
1818
"docs": "jsdoc2md src/*.js > DOCS.md",
19-
"clean": "npx rimraf ./coverage"
19+
"clean": "rm -R ./coverage"
2020
},
2121
"funding": [
2222
{

0 commit comments

Comments
 (0)