Skip to content

Instantly share code, notes, and snippets.

@anteburazer
Created June 5, 2017 14:24
Show Gist options
  • Save anteburazer/8ff860e04674767659cc72b44327eaf7 to your computer and use it in GitHub Desktop.
Save anteburazer/8ff860e04674767659cc72b44327eaf7 to your computer and use it in GitHub Desktop.
"scripts": {
"start": "npm run pre-start & ng serve",
"pre-start": "node hooks/pre-start.js",
"pre-build": "node hooks/pre-build.js",
"my-custom-build": "npm run pre-build & ng build --prod --aot"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment