summary refs log tree commit diff
path: root/api/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/package.json')
-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",