Scripts: Avoid tests getting published to npm#79204
Conversation
|
Size Change: 0 B Total Size: 8.58 MB |
|
Flaky tests detected in 8d9c15a. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/27564964996
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com>
Follow up of #79095 (comment)
What?
Currently, the script package publishes test files to npm, which it ideally shouldn't.
Why?
The test files are not meant for npm.
How?
rimrafto dev depsTesting Instructions
cd packages/scripts && npm packTesting Instructions for Keyboard
Screenshots or screencast
Use of AI Tools