Skip to content

Commit

Permalink
Add clean script to package.json (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli authored Mar 29, 2024
1 parent 84b8c31 commit 3db6385
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"cmioc": "bin/cmioc.cjs"
},
"scripts": {
"clean": "rimraf src/*.js src/*.d.ts *.tsbuildinfo",
"cmioc": "ts-node src/cli.ts",
"format": "prettier --check . --write",
"prepack": "tsc",
Expand All @@ -45,6 +46,7 @@
"@jest/globals": "^29.7.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
Expand Down
138 changes: 138 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 3db6385

Please sign in to comment.