Closed bgrgicak closed 4 weeks ago
We want to start releasing the @wp-playground/remote package, so we need to make it public in the Package configuration.
@wp-playground/remote
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.
publishConfig.access
public
Note While testing this I manually released the package to ensure it's working.
cc @psrpinto @adamziel
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
topublic
and enables releasing.Note While testing this I manually released the package to ensure it's working.
cc @psrpinto @adamziel