diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 22:32:57 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 22:32:57 +0200 |
commit | 04355a6661426eaca36200c123c242a64f3540cc (patch) | |
tree | 82a6adb95b2d511fc332abdc0b09950982c90f68 /api/package.json | |
parent | :arrow_up: update mongoose types (diff) | |
download | server-04355a6661426eaca36200c123c242a64f3540cc.tar.xz |
:bug: fix bundle postinstall
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 1 |
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", |