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 011d201 commit 4759423
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 @@ -13,6 +13,7 @@
"types"
],
"scripts": {
"clean": "rimraf .tap node_modules types",
"test": "tap --disable-coverage --allow-empty-coverage",
"test:snapshots": "tap test/**/*.js --snapshot",
"lint:fix": "eslint --fix .",
Expand Down Expand Up @@ -46,6 +47,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 4759423

Please sign in to comment.