Skip to content

Instantly share code, notes, and snippets.

@devillecodes
Created October 14, 2016 07:20
Show Gist options
  • Save devillecodes/0f6d7ad70e5e4b08cf79b5b59234994f to your computer and use it in GitHub Desktop.
Save devillecodes/0f6d7ad70e5e4b08cf79b5b59234994f to your computer and use it in GitHub Desktop.
npm scripts prior to Ionic CLI v2.1
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"serve:before": "watch",
"emulate:before": "build",
"deploy:before": "build",
"build:before": "build",
"run:before": "build"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment