release: ts_api_guardian (#30120)

PR Close #30120
This commit is contained in:
Alex Eagle
2019-04-25 10:31:21 -07:00
committed by Alex Rickabaugh
parent 0cf09fc981
commit 7dad3284e3
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ $ yarn bazel test //tools/ts-api-guardian:all
Publish to NPM:
```sh
$ npm whoami # should be logged in as angular
$ yarn bazel run @nodejs//:npm whoami # should be logged in as angular
$ grep version tools/ts-api-guardian/package.json # advance as needed
$ yarn bazel run //tools/ts-api-guardian:ts-api-guardian.publish
```