Skip to content

Instantly share code, notes, and snippets.

@daliborgogic
Created May 8, 2020 17:00
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 daliborgogic/b577702bdcec2a766b9a3d5442f0944f to your computer and use it in GitHub Desktop.
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?
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