build(publish): remove unneeded add-license-to-rx (#12734)

This commit is contained in:
João Dias
2016-11-11 00:56:14 +01:00
committed by Victor Berchet
parent 2aba8b0ff2
commit 458ca7112a
2 changed files with 0 additions and 44 deletions

View File

@ -23,7 +23,6 @@ function init {
IS_SNAPSHOT_BUILD=
fi
RX_BUNDLE_DIR=$(resolveDir ../../node_modules/rxjs/bundles)
RX_LICENSE=$(resolveDir ../../node_modules/rxjs)/LICENSE.txt
}
function prepare {
@ -57,7 +56,6 @@ function prepare {
mkdir $REPO_DIR/$NEW_VERSION
cp -r $BUILD_DIR/* $REPO_DIR/$NEW_VERSION/
cp -r $RX_BUNDLE_DIR/* $REPO_DIR/$NEW_VERSION/
node ./add-license-to-rx.js --license-path=$RX_LICENSE --build-path=$REPO_DIR/$NEW_VERSION
fi
#