diff --git a/package.json b/package.json index 59fd3c2..7864492 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "scripts": { "u": "yarn npm-check-updates --upgrade --install always", - "clean": "rimraf lib dist coverage .nyc_output", + "clean": "yarn rimraf lib dist coverage .nyc_output", "precompile": "yarn clean", "compile": "tsc", "compile:watch": "yarn precompile && tsc --watch",