diff --git a/package.json b/package.json index 2f5de94..5c60ad0 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "scripts": { "start": "node server/index.js", "start:prod": "node server/index.js --rate-limit --auto-restart", - "build": "npm install --omit=dev", - "postinstall": "npm run build" + "build": "npm install --omit=dev" }, "author": "", "license": "ISC",