Skip to content

Commit

Permalink
chore: add clean command (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Nov 3, 2024
1 parent da51ea0 commit 85525b1
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"release": "pnpm build && node bin/index.js release -c",
"lint": "eslint . --ext .ts,.js",
"format": "prettier --write .",
"clean": "rimraf node_modules dist",
"commit-lint": "node bin/index.js commit-lint"
},
"simple-git-hooks": {
Expand All @@ -63,6 +64,7 @@
"eslint": "^8.53.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.9.0",
"tsup": "^8.3.0",
"typescript": "^5.2.2"
Expand Down
70 changes: 70 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 85525b1

Please sign in to comment.