From df285180ec512c5429b8dc63ee246e937f68a84a Mon Sep 17 00:00:00 2001 From: sebv Date: Mon, 23 Feb 2015 23:21:23 +0800 Subject: [PATCH] readds node_modules to archiver --- ci/archive-build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/archive-build.sh b/ci/archive-build.sh index eb13e5e71..2b5bf309e 100755 --- a/ci/archive-build.sh +++ b/ci/archive-build.sh @@ -13,7 +13,6 @@ tar \ -h \ --exclude=.git \ --exclude=artefacts \ - --exclude=node_modules \ --exclude=submodules . echo "Finished to archive appium build."