From 2022de24f0dc1ef0d47c0d9c4da17c57c808d9c3 Mon Sep 17 00:00:00 2001 From: StarAppeal Date: Tue, 5 Mar 2024 12:10:39 +0100 Subject: [PATCH] : change build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 180f205..c2bc321 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "node dist/index.js", "start-local": "tsc && node dist/index.js", - "build": "tsc", + "build": "tsc --build --clean", "test": "echo \"Error: no test specified, please add them later\"" }, "keywords": [],