Commit a1e4343
Delete print-packages script (#55034)
Summary:
Pull Request resolved: #55034
Delete the `yarn print-packages` script.
- `yarn workspaces info` already exists.
- Since implementing lockstep versioning, all pkg versions are at a single version string (or `0.0.0` for private).
- This script also offers npm lookups for older versions — same assertion goes.
- Since adding the `private/` directory, the public/private package delineation is increasingly clear on its own (remaining exception: RNTester).
Changelog: [Internal]
Reviewed By: cortinico, cipolleschi
Differential Revision: D90106362
fbshipit-source-id: bbba97984a80473f92b331cb68d01b5ad00a2b551 parent 65cc2e5 commit a1e4343
2 files changed
Lines changed: 0 additions & 133 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
This file was deleted.
0 commit comments