From b29cdf1a4b0970c801c1cdc53a58382e22fd9244 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 12 Feb 2015 15:21:18 -0400 Subject: [PATCH] Remove npm dedupe from distribute script --- scripts/distribute.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/distribute.sh b/scripts/distribute.sh index ce7061df..2ac356d2 100755 --- a/scripts/distribute.sh +++ b/scripts/distribute.sh @@ -67,7 +67,11 @@ function distribute() { cd build/$package npm install --production --force - npm dedupe + + # Leaving this enabled causes + # Path too long issues in Windows. + # npm dedupe + cd .. mkdir -p distrib