Skip to content

Commit a1e4343

Browse files
huntiemeta-codesync[bot]
authored andcommitted
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: bbba97984a80473f92b331cb68d01b5ad00a2b55
1 parent 65cc2e5 commit a1e4343

2 files changed

Lines changed: 0 additions & 133 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"lint": "eslint --max-warnings 0 .",
2626
"preinstall": "node ./scripts/try-set-nightly-hermes-compiler.js",
2727
"prettier": "prettier --write \"./**/*.{js,md,yml,ts,tsx}\"",
28-
"print-packages": "node ./scripts/monorepo/print",
2928
"shellcheck": "./.github/workflow-scripts/analyze_scripts.sh",
3029
"start": "yarn --cwd packages/rn-tester start",
3130
"set-version": "node ./scripts/releases/set-version.js",

scripts/monorepo/print/index.js

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)