Skip to content

Instantly share code, notes, and snippets.

@franklinrms
Created May 30, 2024 20:16
Show Gist options
  • Save franklinrms/61ae712e37ab78cafe0889d1850a0b25 to your computer and use it in GitHub Desktop.
Save franklinrms/61ae712e37ab78cafe0889d1850a0b25 to your computer and use it in GitHub Desktop.

Para descobrir quais arquivos npm vai publicar no tarball sem realmente publicar:

npm pack && tar -xvzf *.tgz && rm -rf package *.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment