Skip to content

Commit

Permalink
Add clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 24, 2024
1 parent 27738cb commit 2235a72
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 0 deletions.
107 changes: 107 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "dist/index.js",
"type": "module",
"scripts": {
"clean": "rimraf coverage dist lib",
"build": "tsc",
"lint": "tsc --noEmit",
"markdownlint": "markdownlint **/*.md --ignore node_modules",
Expand Down Expand Up @@ -36,6 +37,7 @@
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"markdownlint-cli": "^0.39.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
Expand Down

0 comments on commit 2235a72

Please sign in to comment.