Skip to content

Instantly share code, notes, and snippets.

@mugan86
Last active May 28, 2020 09:13
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 mugan86/dd1dec30d46c41821a19582f6631583b to your computer and use it in GitHub Desktop.
Save mugan86/dd1dec30d46c41821a19582f6631583b to your computer and use it in GitHub Desktop.
Script para producción
{
"name": "f1-graphql-ng-challenge",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"prod": "ng build --prod --base-href=\"./\"" <========
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment