Created
May 8, 2020 17:00
-
-
Save daliborgogic/b577702bdcec2a766b9a3d5442f0944f to your computer and use it in GitHub Desktop.
Want to find out what files npm will publish into the tarball without actually publishing?
This file contains hidden or 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
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