Skip to content

Instantly share code, notes, and snippets.

@Qarun-Qadir-Bissoondial
Created March 20, 2020 00:33
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 Qarun-Qadir-Bissoondial/c20c11b415f4b28869d660c1b1aea13b to your computer and use it in GitHub Desktop.
Save Qarun-Qadir-Bissoondial/c20c11b415f4b28869d660c1b1aea13b to your computer and use it in GitHub Desktop.
Added more focused test scripts and updated the build command for production
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test:local": "ng test --browsers Chrome",
"test:prod": "ng test --browsers ChromiumNoSandbox --watch=false",
"lint": "ng lint",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment