Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created November 17, 2017 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/6c2da74dea0b86dc6dcc52bea25d8ae8 to your computer and use it in GitHub Desktop.
Save matthieu-D/6c2da74dea0b86dc6dcc52bea25d8ae8 to your computer and use it in GitHub Desktop.
...
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "sh prebuild.sh;ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build && whateverYouWantToUse",
"ionic:serve": "ionic-app-scripts serve"
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment