diff --git a/package.json b/package.json index 54c76ab..f71e788 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "main": "./backend/index.js", "bin": "./backend/index.js", "scripts": { + "install": "tsc && gulp build-prod", "build-release": "gulp build-release", "pretest": "tsc", "test": "ng test --single-run && mocha --recursive test/backend/unit && mocha --recursive test/backend/integration && mocha --recursive test/common/unit ",