summary refs log tree commit diff
path: root/api/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-17 02:12:10 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-17 02:12:10 +0200
commitf4ce00800db3ee8227293e9b0620febe92a5a03d (patch)
treec404861b5e6d0251b0f1f44a8eb3f1bf7c4c30af /api/package.json
parent:bug: fix executable (diff)
downloadserver-ts-f4ce00800db3ee8227293e9b0620febe92a5a03d.tar.xz
:bug: fix docker image
Diffstat (limited to 'api/package.json')
-rw-r--r--api/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/package.json b/api/package.json

index 1d1386d2..1c6b4fc0 100644 --- a/api/package.json +++ b/api/package.json
@@ -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",