diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-17 02:12:10 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-17 02:12:10 +0200 |
commit | 5828be4e35705417de442f5600dbe42cc3932639 (patch) | |
tree | 0dc3b3e1f066a3c69c220f4ec3852c6715633e31 /api/package.json | |
parent | :bug: fix executable (diff) | |
download | server-5828be4e35705417de442f5600dbe42cc3932639.tar.xz |
:bug: fix docker image
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 1 |
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", |