From fe2787fcc1d6684f2ded76c965b645414ab23718 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Sun, 29 Jul 2018 23:00:44 +0200 Subject: Add back the 'clean' command --- packages/typescript-typings/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/typescript-typings') diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index 32235accb..8e2196a4c 100644 --- a/packages/typescript-typings/package.json +++ b/packages/typescript-typings/package.json @@ -7,7 +7,8 @@ "description": "0x project typescript type definitions", "scripts": { "watch_without_deps": "tsc -w", - "build": "tsc" + "build": "tsc", + "clean": "shx rm -rf lib" }, "repository": { "type": "git", -- cgit v1.2.3