npm run-script code example
Example 1: npm ignore scripts
$ npm install --ignore-scripts
Example 2: npm run custom script
# In your package.json you defined a custom script "custom"
# You can run it using
npm run custom
$ npm install --ignore-scripts
# In your package.json you defined a custom script "custom"
# You can run it using
npm run custom