Skip to content

Instantly share code, notes, and snippets.

@rimiti
Created December 26, 2019 14:45
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 rimiti/09b605ffd66e8337198820c2549a3209 to your computer and use it in GitHub Desktop.
Save rimiti/09b605ffd66e8337198820c2549a3209 to your computer and use it in GitHub Desktop.
To check what it will be publish on npm before publishing

To check what it will be publish on npm before 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