WordPress / WordPress/wordpress-playground
Some NPM packages do not have a README
Open
A pull request for this has already been merged.
- #2156 by @bgrgicak — merged
[Focus] Developer Tools
[Type] Bug
[Type] Developer Experience
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 462
- Avg merge
- 18h 44m
- Merged PRs (30d)
- 33
Description
The following packages do not have a README.md at npmjs.com, even though they do contain a README.md in their source:
- @wp-playground/blueprints
- @wp-playground/cli
- @wp-playground/client
- @wp-playground/components
- @wp-playground/php-wasm-progress
The README is missing from the packages because the vite build removes it, I believe.
Using @wp-playground/client as an example, when running npx nx build playground-client, one can see the README.md initially being placed under dist/, and then being removed once the vite build completes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.