Add cleaning of output files

This commit is contained in:
László Károlyi 2022-10-29 18:20:43 +02:00
parent 77cbbb2930
commit b9d1012ae7
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,8 @@
"description": "Spam handler for KSOL IT Services GmbH",
"main": "index.mjs",
"scripts": {
"build:start": "npx tsc && node .",
"build:start": "npx tsc --build && node .",
"clean": "npx tsc --build --clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@ -16,7 +17,6 @@
],
"author": "László Károlyi",
"license": "MIT+NIGGER",
"type": "module",
"devDependencies": {
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/node": "^18.11.7",