chore(build): don't create unused folders for npm distribution
Related to 5f2eb3e and 0931195 Closes #5098
This commit is contained in:
parent
62402457a2
commit
c262bda1d3
@ -29,7 +29,6 @@ function publishModule {
|
|||||||
|
|
||||||
if [ $NAME = "angular2" ]; then
|
if [ $NAME = "angular2" ]; then
|
||||||
# Publish bundles and typings
|
# 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/es6-shim
|
||||||
mkdir -p $PUBLISH_DIR/bundles/typings/jasmine
|
mkdir -p $PUBLISH_DIR/bundles/typings/jasmine
|
||||||
# Copy Bundles
|
# Copy Bundles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user