File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ cd $ROOT_DIR
1515
1616NPM_DIR=$ROOT_DIR /dist/npm
1717FILES=' !(test|e2e_test|docs)'
18- DTS_FILES=' *.d.ts'
1918
2019PUBLISH_DIR=$NPM_DIR /$NAME
2120rm -fr $PUBLISH_DIR
@@ -29,14 +28,9 @@ mkdir -p $PUBLISH_DIR/ts
2928cp -r $ROOT_DIR /modules/$NAME /$FILES $PUBLISH_DIR /ts
3029
3130if [ $NAME = " angular2" ]; then
32- # Publish bundles and typings
33- mkdir -p $PUBLISH_DIR /bundles/typings/es6-shim
34- mkdir -p $PUBLISH_DIR /bundles/typings/jasmine
3531 # Copy Bundles
32+ mkdir -p $PUBLISH_DIR /bundles
3633 cp -r $ROOT_DIR /dist/js/bundle/$FILES $PUBLISH_DIR /bundles
37- # Copy Typings
38- cp -r $ROOT_DIR /modules/angular2/typings/es6-shim/$DTS_FILES $PUBLISH_DIR /bundles/typings/es6-shim
39- cp -r $ROOT_DIR /modules/angular2/typings/jasmine/$DTS_FILES $PUBLISH_DIR /bundles/typings/jasmine
4034fi
4135
4236if [ $NAME = " benchpress" ]; then
You can’t perform that action at this time.
0 commit comments