Skip to content

Commit

Permalink
Add the npm "clean" script
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
aMarCruz committed Oct 23, 2018
1 parent bd982f5 commit c97878d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"start": "mocha --watch --check-leaks test/*.ts",
"pretest": "yarn lint && tsc",
"test": "nyc mocha --check-leaks test/*.ts",
"clean": "rimraf ./coverage && rimraf ./dist/**",
"coverage": "nyc report -r=lcov",
"tsc": "tsc"
},
Expand Down

0 comments on commit c97878d

Please sign in to comment.