From 8704f31f4fb4a9d71712ad9a355384214d113042 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Sun, 28 Nov 2021 01:17:21 -0800 Subject: [PATCH] Added clean script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7b33406..2554dea 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "type": "module", "scripts": { "dev": "tsc --watch", + "clean": "rm -rf dist", "build": "tsc && node dist/index.js > public/index.html", "build:bubo": "node dist/index.js > public/index.html" },