With the migration to monorepo, what would be a good replacement for the “grunt release” command?
I’d like to create a zip file to be used with “ghost-cli install” but I don’t seem to get it right.
I tried “npm pack” in the ghost/core folder but that seems to be missing something and is unable to install.
Any ideas?