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
+1 -2
View File
@@ -8,7 +8,7 @@
"start": "npm run build && node dist/",
"test": "npm run build && jest",
"postinstall": "npm run build",
"build": "npx swc src --out-dir dist"
"build": "npx tsc -b ."
},
"repository": {
"type": "git",
@@ -54,7 +54,6 @@
"pg": "^8.7.1",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.2",
"swc": "^1.0.11",
"tsconfig-paths": "^3.11.0",
"typeorm": "^0.2.37",
"typescript": "^4.4.2",