: cleans the dist folder now correctly
This commit is contained in:
Generated
+779
-282
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user