sw build errors

This commit is contained in:
Drew Ansbacher
2021-09-07 01:03:02 +03:00
committed by Matt Hill
parent 07a07a1591
commit 26af4dacf9
5 changed files with 7 additions and 4 deletions

View File

@@ -8,7 +8,8 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint"
"lint": "ng lint",
"build-prod": "ng build --prod"
},
"dependencies": {
"@angular/common": "^12.2.1",