CLI Hooks ionic:watch:before is blocking ionic serve First $ npm install Non-blocking behaviour $ npm start This will executed both the prestart and start script. Blocking behaviour $ ionic serve This will only execute the ionic:watch:before script.