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 ",