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 | 0639b6176fef86e3c467cfcdc393fa99f68086f5 (patch) | |
tree | 2b01c393fb4f3c742d3d040f6d7f724b5009e639 /api | |
parent | :arrow_up: update mongoose types (diff) | |
download | server-0639b6176fef86e3c467cfcdc393fa99f68086f5.tar.xz |
:bug: fix bundle postinstall
Diffstat (limited to 'api')
-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", |