Add cleaning of output files
This commit is contained in:
parent
77cbbb2930
commit
b9d1012ae7
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue