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
commit0639b6176fef86e3c467cfcdc393fa99f68086f5 (patch)
tree2b01c393fb4f3c742d3d040f6d7f724b5009e639 /api
parent:arrow_up: update mongoose types (diff)
downloadserver-0639b6176fef86e3c467cfcdc393fa99f68086f5.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",