Skip to content

Instantly share code, notes, and snippets.

@devinivy
Created June 13, 2016 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devinivy/250f3caf2adb92465bde19c19fd8a534 to your computer and use it in GitHub Desktop.
Save devinivy/250f3caf2adb92465bde19c19fd8a534 to your computer and use it in GitHub Desktop.
List the files that .npmignore will pack-up
# from https://github.com/hapijs/contrib/issues/90#issuecomment-224889568
tar -tf $(npm pack) && rm *.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment