Skip to content

Commit 2235a72

Browse files
committed
Add clean script
1 parent 27738cb commit 2235a72

File tree

2 files changed

+109
-0
lines changed

2 files changed

+109
-0
lines changed

Diff for: package-lock.json

+107
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "dist/index.js",
77
"type": "module",
88
"scripts": {
9+
"clean": "rimraf coverage dist lib",
910
"build": "tsc",
1011
"lint": "tsc --noEmit",
1112
"markdownlint": "markdownlint **/*.md --ignore node_modules",
@@ -36,6 +37,7 @@
3637
"jest": "^29.7.0",
3738
"jest-circus": "^29.7.0",
3839
"markdownlint-cli": "^0.39.0",
40+
"rimraf": "^5.0.5",
3941
"ts-jest": "^29.1.2",
4042
"typescript": "^5.3.3"
4143
}

0 commit comments

Comments
 (0)