Created
February 11, 2018 19:56
-
-
Save kutliev/e3fe21472e969e92f161143c9b3dec9b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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