I've used pkg.pr.new a while and recently the prepublishOnly script doesn't seem to be triggered anymore, which means the build folder is not generated in our PR previews.
We've now included it in the Github Workflow manually - but I think it makes sense that the behavior replicates npm publish as close as possible, right?
I've used pkg.pr.new a while and recently the prepublishOnly script doesn't seem to be triggered anymore, which means the build folder is not generated in our PR previews.
We've now included it in the Github Workflow manually - but I think it makes sense that the behavior replicates
npm publishas close as possible, right?