diff --git a/ng2-alfresco/package.json b/ng2-alfresco/package.json index 890249dc6c..0524fb9e4e 100644 --- a/ng2-alfresco/package.json +++ b/ng2-alfresco/package.json @@ -11,7 +11,9 @@ } ], "scripts": { - "prepublish": "tsc && node make.js" + "__prepublish": "tsc && node make.js", + "preinstall": "npm install --ignore-scripts", + "postinstall": "tsc && node make.js" }, "dependencies": { "angular2": "2.0.0-beta.15",