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, 0 insertions, 1 deletions
diff --git a/api/package.json b/api/package.json
index 723b47d0..7b2de011 100644
--- a/api/package.json
+++ b/api/package.json
@@ -5,7 +5,6 @@
 	"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",