🐛 fix docker image

This commit is contained in:
Flam3rboy
2021-10-17 02:12:10 +02:00
parent 197a2641f9
commit f4ce00800d
4 changed files with 3 additions and 71 deletions
-1
View File
@@ -11,7 +11,6 @@
"test:watch": "jest --watch",
"start": "npm run build && node dist/start",
"build": "npx tsc -p .",
"build-docker": "tsc -p tsconfig-docker.json",
"dev": "tsnd --respawn src/start.ts",
"patch": "ts-patch install -s && npx patch-package",
"postinstall": "npm run patch",