From 4a320d303140c414f33a6c5337045169d3ea4a63 Mon Sep 17 00:00:00 2001 From: amitm02 Date: Mon, 23 Jul 2018 10:08:09 +0300 Subject: [PATCH] npm postinstall --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2eaf10efab..ce427aa8e9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "typedoc": "typedoc --out docs/ src/ --module commonjs --target ES6 --disableOutputCheck --excludePrivate --externalPattern \"**/*.spec.ts\"", "style": "prettier -l \"src/**/*.ts\"", "style.fix": "prettier \"src/**/*.ts\" --write", - "fix-types": "node types-absolute-fixer.js" + "fix-types": "node types-absolute-fixer.js", + "postinstall" : "npm run build" }, "files": [ "src",