From c97878db71adde168940c2075465029586ecbdea Mon Sep 17 00:00:00 2001 From: aMarCruz Date: Tue, 23 Oct 2018 05:54:10 -0500 Subject: [PATCH] Add the npm "clean" script [skip ci] --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3ce4f57..8d4afa6 100644 --- a/package.json +++ b/package.json @@ -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" },