Paul Gschwendtner 98472da03f build: remove "build.sh" script (#27937)
this script is now obsolete and not needed any more. yay!!!

PR Close #27937
2019-01-07 15:35:09 -08:00

11 lines
397 B
Markdown

## Publishing
The `@angular/benchpress` package is not published together with the framework and therefore
the `npm_package` Bazel target does not have the `release-with-framework` tag.
In order to publish this package manually, one can run the following command after bumping
the `version` in the `package.json` of this package:
```
yarn bazel run //packages/benchpress:npm_package.publish
```