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
Currently we have some issues with how Gatsby Admin is deployed. It's being build in pre-publish and this can cause weird behaviour eg when testing changes. Thus Gatsby Admin should be built/deployed differently.
I think however, we should keep the setup where we publish compiled artifacts. I do think that there is no reason to have separate package for that, instead admin artifacts should be included in Gatsby package itself.
Move to post-build of Gatsby
[...] that means we make this command be a post-build command for gatsby. That command should use currently compiled version of Gatsby.
The text was updated successfully, but these errors were encountered: