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
The translation system for the theme and plugins is changing in the coming weeks. I think we should try to integrate with that as much as possible so we can probably hold off on the localize stuff until the dust has settled on the new process.
This is setup for the basic build and publish action. I'll leave this issue incomplete as a reminder that we'll still need to integrate the localization process.
Currently, you just run
npm publish --access public
in the root of the site and it will publish.The pipeline should do the following:
npm run build
)npm publish --access public
)The text was updated successfully, but these errors were encountered: