From a3026fbc51241265c78502e2273bad986862417e Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Fri, 30 Nov 2018 17:50:33 +0100 Subject: [PATCH] package.json fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a56b060..da2959af 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "main": "./backend/index.js", "bin": "./backend/index.js", "scripts": { - "installx": "tsc && gulp build-prod", + "install": "tsc && gulp build-prod", "build-release": "gulp build-release", "pretest": "tsc", "test": "ng test && mocha --recursive test/backend/unit && mocha --recursive test/backend/integration && mocha --recursive test/common/unit ",