mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
chore(build): don't create unused folders for npm distribution
Related to5f2eb3eand0931195Closes #5098
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user