File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -145,12 +145,6 @@ You can selectively build either the JS or Dart versions as follows:
145145* ` $(npm bin)/gulp build.js `
146146* ` $(npm bin)/gulp build.dart `
147147
148- Also note that in order for the whole test suite to succeed you will need to generate the type definitions by running:
149-
150- ``` shell
151- $( npm bin) /gulp docs/typings
152- ```
153-
154148To clean out the ` dist ` folder, run:
155149
156150``` shell
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cd $ROOT_DIR
77
88gulp clean
99# benchpress.bundle and bundles.js will implicitly build everything we need
10- gulp benchpress.bundle bundles.js docs/typings
10+ gulp benchpress.bundle bundles.js
1111
1212NPM_DIR=$ROOT_DIR /dist/npm
1313rm -fr $NPM_DIR
@@ -35,7 +35,6 @@ function publishModule {
3535 # Copy Bundles
3636 cp -r $ROOT_DIR /dist/js/bundle/$FILES $PUBLISH_DIR /bundles
3737 # Copy Typings
38- cp -r $ROOT_DIR /dist/docs/typings/angular2/$DTS_FILES $PUBLISH_DIR /bundles/typings/angular2
3938 cp -r $ROOT_DIR /modules/angular2/typings/es6-shim/$DTS_FILES $PUBLISH_DIR /bundles/typings/es6-shim
4039 cp -r $ROOT_DIR /modules/angular2/typings/jasmine/$DTS_FILES $PUBLISH_DIR /bundles/typings/jasmine
4140 fi
You can’t perform that action at this time.
0 commit comments