Created
June 13, 2016 13:28
-
-
Save devinivy/250f3caf2adb92465bde19c19fd8a534 to your computer and use it in GitHub Desktop.
List the files that .npmignore will pack-up
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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