bundle build script

This commit is contained in:
Flam3rboy
2021-10-08 10:43:43 +02:00
parent c6bc68c4aa
commit b44f356d9e
14 changed files with 77 additions and 25 deletions
BIN
View File
Binary file not shown.
+1 -2
View File
@@ -7,7 +7,7 @@
"scripts": {
"postinstall": "ts-patch install -s",
"test": "npm run build && jest --coverage ./tests",
"build": "npx swc src --out-dir dist",
"build": "npx tsc -b .",
"start": "npm run build && node dist/start.js"
},
"repository": {
@@ -61,7 +61,6 @@
"nanocolors": "^0.2.12",
"node-fetch": "^2.6.1",
"supertest": "^6.1.6",
"swc": "^1.0.11",
"typescript": "^4.1.2",
"uuid": "^8.3.2"
},