dillon1000/react

Commit

Add --ci option to publish script (#20727)

When running in CI, the publish script will skip interactive prompts,
including the prompt for a one-time password.

Instead, CI will need to use an automation access token:
https://docs.npmjs.com/using-private-packages-in-a-ci-cd-workflow
Browse files
Changed paths4 files
First-parent comparison
M scripts/release/publish-commands/confirm-version-and-tags.js ModifiedM scripts/release/publish-commands/parse-params.js ModifiedM scripts/release/publish-commands/publish-to-npm.js ModifiedM scripts/release/publish.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…