npm run custom script

Shell
# In your package.json you defined a custom script "custom"
# You can run it using
npm run custom
Source

Also in Shell: