Skip to content

Instantly share code, notes, and snippets.

@devillecodes
Last active October 14, 2016 07:18
Show Gist options
  • Save devillecodes/b0d00a6c024fe91b0e83971cb629b16c to your computer and use it in GitHub Desktop.
Save devillecodes/b0d00a6c024fe91b0e83971cb629b16c to your computer and use it in GitHub Desktop.
npm scripts after Ionic CLI v2.1
"scripts": {
"build": "ionic-app-scripts build",
"watch": "ionic-app-scripts 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