@definitelytyped/retag
v0.0.186
Published
Refresh tags on all DT-published packages in the @types scope.
Downloads
1,493
Maintainers
Keywords
Readme
@definitelytyped/retag
Refresh tags on all DT-published packages in the @types scope.
Run this whenever an RC of Typescript is released.
--dry
will not actually do the retag, but print what it would do.--name=X
will only retag ONE package, and is optional. This is only needed to fix types-publishers' mistakes, or to unwedge it after its cache is corrupted.
Usage
Before running
- Make sure that you have an up-to-date Definitely Typed repo next to the DefinitelyTyped-tools directory.
- Make sure that the NPM_TOKEN and GH_API_TOKEN environment variables are defined.
Then, from DefinitelyTyped-tools root:
$ node packages/retag/dist/index.js