-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Labels
[Focus] Developer Tools[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] Developer Experience
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.
ashfame
Metadata
Metadata
Assignees
Labels
[Focus] Developer Tools[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] Developer Experience