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
Is it possible to not publish the example folder on npm? It would make the installation of the package much faster and in our case, the docker image slimmer. NPM reports that the example folder is having around 61MB. https://www.npmjs.com/package/graphql-validated-types?activeTab=code
Is it possible to not publish the example folder on npm? It would make the installation of the package much faster and in our case, the docker image slimmer. NPM reports that the example folder is having around 61MB. https://www.npmjs.com/package/graphql-validated-types?activeTab=code
We can ignore the folder by using the .npmignore file https://docs.npmjs.com/cli/v10/using-npm/developers#keeping-files-out-of-your-package
The text was updated successfully, but these errors were encountered: