WordPress / wordpress-playground

Run WordPress in the browser via WebAssembly PHP
https://w.org/playground/
GNU General Public License v2.0
1.65k stars 263 forks source link

[Remote] Enable releasing @wp-playground/remote by making it public #1948

Closed bgrgicak closed 4 weeks ago

bgrgicak commented 4 weeks ago

We want to start releasing the @wp-playground/remote package, so we need to make it public in the Package configuration.

In https://github.com/WordPress/wordpress-playground/pull/1924 we implemented the releasing of types from @wp-playground/remote, but it's failing in CI because it's not configured as public.

This PR sets publishConfig.access to public and enables releasing.

Note While testing this I manually released the package to ensure it's working.

cc @psrpinto @adamziel