: change build script

This commit is contained in:
StarAppeal
2024-03-05 12:10:39 +01:00
parent c5a2478c1f
commit 2022de24f0
+1 -1
View File
@@ -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": [],