Make sure that the guidelines clearly state that it should be sufficient to run npm publish without manually running any command before.
The prepack step should take care of everything that needs to be done before publishing (especially on a new clone).
Make sure that the guidelines clearly state that it should be sufficient to run
npm publishwithout manually running any command before.The
prepackstep should take care of everything that needs to be done before publishing (especially on a new clone).