From 17884c953e93335c95f0af637da376beeb8f6c29 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Fri, 30 Mar 2018 15:52:00 -0400 Subject: [PATCH] adding missing build script --- package.json | 1 + 1 file changed, 1 insertion(+) 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 ",