You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distribute @wp-playground/client without any package.json dependencies (#2426)
## Motivation for the change, related issues
`@wp-playground/client` doesn't make a single import, but its
`package.json` [lists 27
dependencies](https://www.npmjs.com/package/@wp-playground/client?activeTab=dependencies)
coming from the NX package-json executor. This PR ensures it has zero
dependencies.
## Testing Instructions (or ideally a Blueprint)
Run `nx reset; nx build playground-client` and confirm the
`dist/packages/playground/client/package.json` file has no dependencies.
0 commit comments