summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 22:32:57 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 22:32:57 +0200
commit04355a6661426eaca36200c123c242a64f3540cc (patch)
tree82a6adb95b2d511fc332abdc0b09950982c90f68 /api
parent:arrow_up: update mongoose types (diff)
downloadserver-04355a6661426eaca36200c123c242a64f3540cc.tar.xz
:bug: fix bundle postinstall
Diffstat (limited to 'api')
-rw-r--r--api/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/package.json b/api/package.json

index 7b2de011..723b47d0 100644 --- a/api/package.json +++ b/api/package.json
@@ -5,6 +5,7 @@ "main": "dist/Server.js", "types": "dist/Server.d.ts", "scripts": { + "postinstall": "npm run build", "test": "jest", "test:watch": "jest --watch", "start": "npm run build && node dist/start",