NPM : how to just run post-install?

Solution 1:

You can run individual script entries using npm run SCRIPTNAME:

$ npm run postinstall