Closed kamranayub closed 4 years ago
This is half-fixed, on the publish side it is no longer packed with an extra dist
folder but then when the consumer installs it, it gets put there 😬
See https://github.com/kamranayub/cypress-browser-permissions/issues/15#issuecomment-660248666
I think just doing a CI-only script may be the quickest solution, even though that makes local publishing annoying. It would just be ideal for the semantic-release plugin to respect publishConfig.directory
like lerna
does.
prepare
runs on install and publish, I think usingprepublishOnly
will fix this