: cleans the dist folder now correctly

This commit is contained in:
StarAppeal
2024-03-05 12:28:53 +01:00
parent 57605d2eec
commit c3b23f2d1d
2 changed files with 782 additions and 283 deletions
+779 -282
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -5,7 +5,8 @@
"scripts": {
"start": "node dist/index.js",
"start-local": "tsc && node dist/index.js",
"build": "tsc --build --clean",
"clean": "rimraf dist",
"build": "npm run clean & tsc",
"test": "echo \"Error: no test specified, please add them later\""
},
"keywords": [],
@@ -21,6 +22,7 @@
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"ws": "^8.16.0"
},