From ae28009e1a95e4222777d4b9173fc8d4e349a632 Mon Sep 17 00:00:00 2001 From: tao24 Date: Sat, 24 Nov 2018 23:04:44 +0100 Subject: [PATCH] Disabled building after installation --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index fe391bb..73d3707 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "scripts": { "build": "tsc -p tsconfig.json && ncp ./res ./build/res", "start": "node ./bin/gcg", - "postinstall": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {