⭐️ Super short note on NPM pack ⭐️
I needed a quick way to check what files were included in my NPM package bundle and wanted to locally “zip” and “unzip” my NPM Package. This is how you can achieve it 👇
// create a packed tgz file
$ npm pack…
⭐️ Super short note on NPM pack ⭐️
I needed a quick way to check what files were included in my NPM package bundle and wanted to locally “zip” and “unzip” my NPM Package. This is how you can achieve it 👇
// create a packed tgz file
$ npm pack…