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
@@ -8,7 +8,7 @@
"postinstall": "npx ts-patch install -s",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build && node dist/start.js",
"build": "npx swc src --out-dir dist",
"build": "npx tsc -b .",
"dev": "tsnd --respawn src/start.ts"
},
"keywords": [],
@@ -41,7 +41,6 @@
"missing-native-js-functions": "^1.2.17",
"mongoose-autopopulate": "^0.12.3",
"node-fetch": "^2.6.1",
"swc": "^1.0.11",
"typeorm": "^0.2.37",
"uuid": "^8.3.2",
"ws": "^7.4.2"