mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Use pnpm instead of yarn as the package manager and interaction tool for the repo PR Close #62924
11 lines
No EOL
397 B
Markdown
11 lines
No EOL
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:
|
|
|
|
```
|
|
pnpm bazel run //packages/benchpress:npm_package.publish
|
|
``` |