From dd97262065601fda3ab5899d77a5e6127438e258 Mon Sep 17 00:00:00 2001 From: Matt McMahon Date: Wed, 30 Sep 2020 14:41:30 -0400 Subject: [PATCH] Add clean Script to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 424f8028..77e5a52a 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "build:development": "tsc", "build:production": "rm -rf ./dist && tsc -p tsconfig.production.json", "build:watch": "tsc --watch", + "clean": "run-s build:clean", "lint": "prettier --check source/**/*", "lint:fix": "prettier --write source/**/*", "lint:cached": "prettier --check $(git diff --name-only --cached)",