Skip to content

Commit

Permalink
chore: add clean script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Aug 9, 2024
1 parent bedfe1f commit ace37d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lib"
],
"scripts": {
"clean": "rimraf .tap node_modules types",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "tap --disable-coverage --allow-empty-coverage tests/**/*.js",
Expand Down Expand Up @@ -45,6 +46,7 @@
"eslint": "9.8.0",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"semantic-release": "24.0.0",
"tap": "18.8.0",
"typescript": "5.5.4"
Expand Down

0 comments on commit ace37d5

Please sign in to comment.