Skip to content

Instantly share code, notes, and snippets.

@kutliev
Created February 11, 2018 19:56
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 kutliev/e3fe21472e969e92f161143c9b3dec9b to your computer and use it in GitHub Desktop.
Save kutliev/e3fe21472e969e92f161143c9b3dec9b to your computer and use it in GitHub Desktop.
"scripts": {
"ng": "ng",
"start": "echo START && npm install && node server.js",
"build": "NODE_ENV=production && ng build --aot --prod && ",
"preinstall": "echo PREINSTALL",
"postinstall": "HOME=/ ./node_modules/@angular/cli/bin/ng build --prod --aot"
},
"engines": {
"node": "9.4.0",
"npm": "5.6.0"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment