From ce9d2d96c6177612a3b56a7fc524201db0a6cf79 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 20 Sep 2016 12:36:43 +0100 Subject: [PATCH] remove typings from script --- scripts/npm-link-demo-shell.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/npm-link-demo-shell.sh b/scripts/npm-link-demo-shell.sh index d286f950e5..c42c0d1740 100755 --- a/scripts/npm-link-demo-shell.sh +++ b/scripts/npm-link-demo-shell.sh @@ -2,8 +2,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -npm install -g typings - #LINK CORE echo "====== linking component: ng2-alfresco-core =====" cd "$DIR/../ng2-components/ng2-alfresco-core"