mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
chore(build): don't create unused folders for npm distribution
Related to5f2eb3eand0931195Closes #5098
This commit is contained in:
parent
62402457a2
commit
c262bda1d3
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue