From c262bda1d39ecbbf762d2156e4e2295213f9404b Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Tue, 3 Nov 2015 17:54:12 +0100 Subject: [PATCH] chore(build): don't create unused folders for npm distribution Related to 5f2eb3e and 0931195 Closes #5098 --- scripts/publish/npm_publish.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/publish/npm_publish.sh b/scripts/publish/npm_publish.sh index bb269b7642..ff71026b2e 100755 --- a/scripts/publish/npm_publish.sh +++ b/scripts/publish/npm_publish.sh @@ -29,7 +29,6 @@ function publishModule { if [ $NAME = "angular2" ]; then # Publish bundles and typings - mkdir -p $PUBLISH_DIR/bundles/typings/angular2 mkdir -p $PUBLISH_DIR/bundles/typings/es6-shim mkdir -p $PUBLISH_DIR/bundles/typings/jasmine # Copy Bundles